Function bdk::blockchain::rpc::wallet_name_from_descriptor[][src]

pub fn wallet_name_from_descriptor<T>(
    descriptor: T,
    change_descriptor: Option<T>,
    network: Network,
    secp: &Secp256k1<All>
) -> Result<String, Error> where
    T: IntoWalletDescriptor
This is supported on crate feature rpc only.
Expand description

Deterministically generate a unique name given the descriptors defining the wallet