[][src]Type Definition finality_grandpa::MultiAuthData

type MultiAuthData<S, Id> = Vec<(S, Id)>;

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.