Type Alias bdk_wallet::descriptor::template::DescriptorTemplateOut
source · pub type DescriptorTemplateOut = (ExtendedDescriptor, KeyMap, ValidNetworks);
Expand description
Type alias for the return type of DescriptorTemplate
, descriptor!
and others
Trait Implementations§
source§impl IntoWalletDescriptor for DescriptorTemplateOut
impl IntoWalletDescriptor for DescriptorTemplateOut
source§fn into_wallet_descriptor(
self,
_secp: &Secp256k1<All>,
network: Network
) -> Result<(ExtendedDescriptor, KeyMap), DescriptorError>
fn into_wallet_descriptor( self, _secp: &Secp256k1<All>, network: Network ) -> Result<(ExtendedDescriptor, KeyMap), DescriptorError>
Convert to wallet descriptor