Type Alias mithril_common::crypto_helper::ProtocolAggregationError
source · pub type ProtocolAggregationError = AggregationError;
Expand description
Alias of MithrilStm:AggregationError.
Aliased Type§
enum ProtocolAggregationError {
NotEnoughSignatures(u64, u64),
UsizeConversionInvalid,
}