pub type ValidationError<L> = <Block<L> as Block>::Error;
An error that can occur while validating transitions of a ledger L.
L