pub type ProtocolAggregationError = AggregationError;
Expand description
Alias of MithrilStm:AggregationError.
Aliased Type§
pub enum ProtocolAggregationError {
NotEnoughSignatures(u64, u64),
UsizeConversionInvalid,
UnsupportedProofSystem(AggregateSignatureType),
}
Variants§
NotEnoughSignatures(u64, u64)
Not enough signatures were collected, got this many instead.
UsizeConversionInvalid
This error happens when we try to convert a u64 to a usize and it does not fit
UnsupportedProofSystem(AggregateSignatureType)
The proof system used in the aggregate signature is not supported