pub type CompactCommit<Block> = CompactCommit<<Block as BlockT>::Hash, NumberFor<Block>, AuthoritySignature, AuthorityId>;
Expand description

A compact commit message for this chain’s block type.