pub struct PartialSigTree(pub HashMap<Txid, PartialSignature>);Expand description
A Musig partial signature per shared internal (non-leaf) node in the VTXO tree.
Tuple Fields§
§0: HashMap<Txid, PartialSignature>Implementations§
Trait Implementations§
Source§impl Clone for PartialSigTree
impl Clone for PartialSigTree
Source§fn clone(&self) -> PartialSigTree
fn clone(&self) -> PartialSigTree
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 Debug for PartialSigTree
impl Debug for PartialSigTree
Source§impl Default for PartialSigTree
impl Default for PartialSigTree
Source§fn default() -> PartialSigTree
fn default() -> PartialSigTree
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PartialSigTree
impl RefUnwindSafe for PartialSigTree
impl Send for PartialSigTree
impl Sync for PartialSigTree
impl Unpin for PartialSigTree
impl UnsafeUnpin for PartialSigTree
impl UnwindSafe for PartialSigTree
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