Skip to content

Commit

Permalink
contract: export WitnessInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Sep 20, 2024
1 parent 2c915f8 commit f8f1e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub mod info;
pub use bp::{Outpoint, Txid};
pub use contract::{
BundleExt, KnownState, MergeReveal, MergeRevealError, OutputAssignment, RevealError,
TypedAssignsExt,
TypedAssignsExt, WitnessInfo,
};
pub use invoice::{Allocation, Amount, CoinAmount, OwnedFraction, Precision, TokenIndex};
pub use rgb::prelude::*;
Expand Down

0 comments on commit f8f1e5f

Please sign in to comment.