Skip to content

Commit 5c3a0e8

Browse files
committed
feat(client-lib): expose the CardanoNetwork from the client library
1 parent f19a476 commit 5c3a0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-client/src/type_alias.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pub use mithril_common::messages::CardanoStakeDistributionListItemMessage as Car
6868
pub mod common {
6969
pub use mithril_common::crypto_helper::MKProof;
7070
pub use mithril_common::entities::{
71-
AncillaryLocation, BlockHash, BlockNumber, CardanoDbBeacon, ChainPoint,
71+
AncillaryLocation, BlockHash, BlockNumber, CardanoDbBeacon, CardanoNetwork, ChainPoint,
7272
CompressionAlgorithm, DigestLocation, Epoch, ImmutableFileNumber, ImmutablesLocation,
7373
MultiFilesUri, ProtocolMessage, ProtocolMessagePartKey, ProtocolParameters,
7474
SignedEntityType, SlotNumber, StakeDistribution, SupportedEra, TemplateUri,

0 commit comments

Comments
 (0)