Type Definition sp_runtime::testing::Header [−][src]
type Header = Header<u64, BlakeTwo256>;
Block Header
Implementations
impl Header
[src]
pub fn new_from_number(number: Self::Number) -> Self
[src]
A new header with the given number and default hash for all other fields.