pub struct WalletPubKey {
pub inner: Xpub,
pub source: Option<KeySource>,
pub multipath: Option<String>,
}
Fields§
§inner: Xpub
§source: Option<KeySource>
§multipath: Option<String>
Used by Version V1 either /** or /<NUM;NUM>/*
Trait Implementations§
Source§impl Clone for WalletPubKey
impl Clone for WalletPubKey
Source§fn clone(&self) -> WalletPubKey
fn clone(&self) -> WalletPubKey
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Display for WalletPubKey
impl Display for WalletPubKey
Source§impl From<((Fingerprint, DerivationPath), Xpub)> for WalletPubKey
impl From<((Fingerprint, DerivationPath), Xpub)> for WalletPubKey
Source§impl From<((Fingerprint, DerivationPath), Xpub, String)> for WalletPubKey
impl From<((Fingerprint, DerivationPath), Xpub, String)> for WalletPubKey
Source§impl From<Xpub> for WalletPubKey
impl From<Xpub> for WalletPubKey
Source§impl FromStr for WalletPubKey
impl FromStr for WalletPubKey
Source§impl PartialEq for WalletPubKey
impl PartialEq for WalletPubKey
impl Eq for WalletPubKey
impl StructuralPartialEq for WalletPubKey
Auto Trait Implementations§
impl Freeze for WalletPubKey
impl RefUnwindSafe for WalletPubKey
impl Send for WalletPubKey
impl Sync for WalletPubKey
impl Unpin for WalletPubKey
impl UnwindSafe for WalletPubKey
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more