Trait slip132::FromSlip132

source ·
pub trait FromSlip132 {
    // Required method
    fn from_slip132_str(s: &str) -> Result<Self, Error>
       where Self: Sized;
}
Expand description

Trait for building standard BIP32 extended keys from SLIP132 variant.

Required Methods§

source

fn from_slip132_str(s: &str) -> Result<Self, Error>
where Self: Sized,

Constructs standard BIP32 extended key from SLIP132 string.

Implementations on Foreign Types§

source§

impl FromSlip132 for ExtendedPrivKey

source§

impl FromSlip132 for ExtendedPubKey

Implementors§