Type Definition sp_runtime::traits::DigestFor

source · []
pub type DigestFor<B> = Digest<<<B as Block>::Header as Header>::Hash>;
Expand description

Extract the digest type for a block.