Struct bsv_wasm::keypair::ExtendedPrivateKey [−][src]
pub struct ExtendedPrivateKey { /* fields omitted */ }Implementations
pub fn new(
private_key: &PrivateKey,
chain_code: &[u8],
depth: &u8,
index: &u32,
parent_fingerprint: Option<&[u8]>
) -> Self[src]pub fn derive_from_path_impl(
&self,
path: &str
) -> Result<ExtendedPrivateKey, ExtendedPrivateKeyErrors>[src]pub fn derive_from_path(
&self,
path: &str
) -> Result<ExtendedPrivateKey, ExtendedPrivateKeyErrors>[src]Trait Implementations
type Anchor = Ref<'static, ExtendedPrivateKey>
type Anchor = Ref<'static, ExtendedPrivateKey>The type that holds the reference to Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous. Read more
Recover a Self::Anchor from Self::Abi. Read more
type Anchor = RefMut<'static, ExtendedPrivateKey>
type Anchor = RefMut<'static, ExtendedPrivateKey>Same as RefFromWasmAbi::Anchor
Same as RefFromWasmAbi::ref_from_abi
Auto Trait Implementations
impl RefUnwindSafe for ExtendedPrivateKeyimpl Send for ExtendedPrivateKeyimpl Sync for ExtendedPrivateKeyimpl Unpin for ExtendedPrivateKeyimpl UnwindSafe for ExtendedPrivateKey