chore(txbuilder): export ExUnits to make them accessible from outside (#497)
This commit is contained in:
parent
2c69435046
commit
be681fed92
1 changed files with 3 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue