pub struct ElectrumExtendedPrivKey { /* private fields */ }Implementations
sourceimpl ElectrumExtendedPrivKey
impl ElectrumExtendedPrivKey
sourcepub fn new(xprv: ExtendedPrivKey, kind: String) -> Self
pub fn new(xprv: ExtendedPrivKey, kind: String) -> Self
Constructs a new instance
sourcepub fn xprv(&self) -> &ExtendedPrivKey
pub fn xprv(&self) -> &ExtendedPrivKey
Returns the xprv
sourcepub fn electrum_xprv(&self) -> Result<String, String>
pub fn electrum_xprv(&self) -> Result<String, String>
converts to electrum format
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ElectrumExtendedPrivKey
impl Send for ElectrumExtendedPrivKey
impl Sync for ElectrumExtendedPrivKey
impl Unpin for ElectrumExtendedPrivKey
impl UnwindSafe for ElectrumExtendedPrivKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more