We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfaa1c5 commit cd4217fCopy full SHA for cd4217f
src/lib.rs
@@ -148,6 +148,7 @@ use elements::secp256k1_zkp::Secp256k1;
148
use elements::{locktime, opcodes, script, secp256k1_zkp};
149
150
pub use crate::confidential::Descriptor as ConfidentialDescriptor;
151
+pub use crate::confidential::slip77;
152
pub use crate::descriptor::{DefiniteDescriptorKey, Descriptor, DescriptorPublicKey};
153
pub use crate::extensions::{CovenantExt, Extension, NoExt, TxEnv};
154
pub use crate::interpreter::Interpreter;
0 commit comments