Type Alias finality_grandpa::MultiAuthData
source · 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 */ }