[][src]Trait lnpbp::bp::bip32::Decode

pub trait Decode: Sized {
    fn decode(data: &[u8]) -> Result<Self, Error>;
}

Required methods

fn decode(data: &[u8]) -> Result<Self, Error>

Loading content...

Implementations on Foreign Types

impl Decode for ExtendedPrivKey[src]

fn decode(data: &[u8]) -> Result<ExtendedPrivKey, Error>[src]

Decoding extended private key from binary data according to BIP 32

impl Decode for ExtendedPubKey[src]

fn decode(data: &[u8]) -> Result<ExtendedPubKey, Error>[src]

Decoding extended public key from binary data according to BIP 32

Loading content...

Implementors

Loading content...