Skip to content

Commit c267593

Browse files
committed
fix(cardano-blockchain-types): expose Fork and Network
Signed-off-by: bkioshn <bkioshn@gmail.com>
1 parent 42f71d7 commit c267593

File tree

1 file changed

+2
-0
lines changed
  • rust/cardano-blockchain-types/src

1 file changed

+2
-0
lines changed

rust/cardano-blockchain-types/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ pub use auxdata::{
1919
metadatum_value::MetadatumValue,
2020
scripts::{Script, ScriptArray, ScriptType, TransactionScripts},
2121
};
22+
pub use fork::Fork;
2223
pub use multi_era_block_data::MultiEraBlock;
24+
pub use network::Network;
2325
pub use point::Point;
2426
pub use slot::Slot;
2527
pub use txn_index::TxnIndex;

0 commit comments

Comments
 (0)