From f8f1e5fdb116a85240f4d292056046e1a71fcbef Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Sat, 21 Sep 2024 00:11:44 +0200 Subject: [PATCH] contract: export WitnessInfo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 5adfce94..b2531ffd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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::*;