Struct bsv_wasm::keypair::ExtendedPublicKey [−][src]
pub struct ExtendedPublicKey { /* fields omitted */ }
Implementations
pub fn derive_from_path(
&self,
path: &str
) -> Result<ExtendedPublicKey, ExtendedPublicKeyErrors>
Trait Implementations
Performs the conversion.
type Anchor = Ref<'static, ExtendedPublicKey>
type Anchor = Ref<'static, ExtendedPublicKey>
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, ExtendedPublicKey>
type Anchor = RefMut<'static, ExtendedPublicKey>
Same as RefFromWasmAbi::Anchor
Same as RefFromWasmAbi::ref_from_abi
Auto Trait Implementations
impl RefUnwindSafe for ExtendedPublicKey
impl Send for ExtendedPublicKey
impl Sync for ExtendedPublicKey
impl Unpin for ExtendedPublicKey
impl UnwindSafe for ExtendedPublicKey