Skip to content

Commit

Permalink
fix(cardano-blockchain-types): expose Fork and Network
Browse files Browse the repository at this point in the history
Signed-off-by: bkioshn <[email protected]>
  • Loading branch information
bkioshn committed Dec 18, 2024
1 parent 42f71d7 commit c267593
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust/cardano-blockchain-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ pub use auxdata::{
metadatum_value::MetadatumValue,
scripts::{Script, ScriptArray, ScriptType, TransactionScripts},
};
pub use fork::Fork;
pub use multi_era_block_data::MultiEraBlock;
pub use network::Network;
pub use point::Point;
pub use slot::Slot;
pub use txn_index::TxnIndex;
Expand Down

0 comments on commit c267593

Please sign in to comment.