Enum schnorrkel::errors::MultiSignatureStage
source · pub enum MultiSignatureStage {
Commitment,
Reveal,
Cosignature,
}
Expand description
Three-round trip multi-signature stage identifies used in error reporting
Variants§
Commitment
Initial commitment phase of a multi-signature
Reveal
Reveal phase of a multi-signature
Cosignature
Actual cosigning phase of a multi-signature
Trait Implementations§
source§impl Clone for MultiSignatureStage
impl Clone for MultiSignatureStage
source§fn clone(&self) -> MultiSignatureStage
fn clone(&self) -> MultiSignatureStage
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