Type Definition 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.