pub type MultiAuthData<S, Id> = Vec<(S, Id)>;
Expand description
Authentication data for a set of many messages, currently a set of precommit signatures but in the future could be optimized with BLS signature aggregation.
Aliased Typeยง
struct MultiAuthData<S, Id> { /* private fields */ }