Trait crypto_wallet_gen::Wallet[][src]

pub trait Wallet: Sized {
    fn from_hd_key(private_key: HDPrivKey) -> Result<Self>;
}

Required methods

fn from_hd_key(private_key: HDPrivKey) -> Result<Self>[src]

Loading content...

Implementors

impl Wallet for BitcoinWallet[src]

impl Wallet for EthereumWallet[src]

impl Wallet for MoneroWallet[src]

Loading content...