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