Struct schnorrkel::musig::Cosignature
source · Expand description
Cosignatures shared between cosigners during signing
Tuple Fields§
§0: [u8; 32]
Trait Implementations§
source§impl Clone for Cosignature
impl Clone for Cosignature
source§fn clone(&self) -> Cosignature
fn clone(&self) -> Cosignature
Returns a copy 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 more