Skip to content

Commit

Permalink
chore(txbuilder): export ExUnits to make them accessible from outside (
Browse files Browse the repository at this point in the history
  • Loading branch information
yHSJ authored Aug 2, 2024
1 parent 2c69435 commit be681fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pallas-txbuilder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ mod babbage;
mod transaction;

pub use babbage::BuildBabbage;
pub use transaction::model::{BuiltTransaction, Input, Output, ScriptKind, StagingTransaction};
pub use transaction::model::{
BuiltTransaction, ExUnits, Input, Output, ScriptKind, StagingTransaction,
};

#[derive(Debug, Clone, PartialEq, thiserror::Error)]
pub enum TxBuilderError {
Expand Down

0 comments on commit be681fe

Please sign in to comment.