Type Definition sp_runtime::traits::HashingFor
source · pub type HashingFor<B> = <<B as Block>::Header as Header>::Hashing;
Expand description
Extract the hashing type for a block.
pub type HashingFor<B> = <<B as Block>::Header as Header>::Hashing;
Extract the hashing type for a block.