chore(txbuilder): export ExUnits to make them accessible from outside (#497)
This commit is contained in:
parent
0f8cafdaa0
commit
b7c6144b4d
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,9 @@ mod babbage;
|
||||||
mod transaction;
|
mod transaction;
|
||||||
|
|
||||||
pub use babbage::BuildBabbage;
|
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)]
|
#[derive(Debug, Clone, PartialEq, thiserror::Error)]
|
||||||
pub enum TxBuilderError {
|
pub enum TxBuilderError {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue