pub struct TreeTxNoncePks(pub HashMap<XOnlyPublicKey, PublicNonce>);Expand description
A public nonce per public key, where each public key corresponds to a party signing a transaction in the VTXO tree.
Tuple Fields§
§0: HashMap<XOnlyPublicKey, PublicNonce>Implementations§
Trait Implementations§
Source§impl Clone for TreeTxNoncePks
impl Clone for TreeTxNoncePks
Source§fn clone(&self) -> TreeTxNoncePks
fn clone(&self) -> TreeTxNoncePks
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 TreeTxNoncePks
impl RefUnwindSafe for TreeTxNoncePks
impl Send for TreeTxNoncePks
impl Sync for TreeTxNoncePks
impl Unpin for TreeTxNoncePks
impl UnsafeUnpin for TreeTxNoncePks
impl UnwindSafe for TreeTxNoncePks
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