pub struct DerivedTaprootKey {
pub internal_xonly: XOnlyPublicKey,
pub output_key: TweakedPublicKey,
pub path: Bip86Path,
pub address: Address,
}Expand description
Derived Taproot key with spending info
Fields§
§internal_xonly: XOnlyPublicKey§output_key: TweakedPublicKey§path: Bip86Path§address: AddressTrait Implementations§
Source§impl Clone for DerivedTaprootKey
impl Clone for DerivedTaprootKey
Source§fn clone(&self) -> DerivedTaprootKey
fn clone(&self) -> DerivedTaprootKey
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 moreAuto Trait Implementations§
impl Freeze for DerivedTaprootKey
impl RefUnwindSafe for DerivedTaprootKey
impl Send for DerivedTaprootKey
impl Sync for DerivedTaprootKey
impl Unpin for DerivedTaprootKey
impl UnsafeUnpin for DerivedTaprootKey
impl UnwindSafe for DerivedTaprootKey
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