pub type Block<L> = <Validator<L> as Validator>::Block;
A block of transactions that can be applied to a ledger L.
L