pub type ProtocolAggregationError = AggregationError;Expand description
Alias of MithrilStm:AggregationError.
Aliased Type§
pub enum ProtocolAggregationError {
NotEnoughSignatures(u64, u64),
UnsupportedProofSystem(AggregateSignatureType),
IndexNotUnique,
}