[][src]Type Definition finality_grandpa::CommitAuthData

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

Authentication data for a commit, currently a set of precommit signatures but in the future could be optimized with BLS signature aggregation.