Type Definition sp_runtime::traits::NumberFor [−][src]
pub type NumberFor<B> = <<B as Block>::Header as Header>::Number;
Expand description
Extract the number type for a block.
pub type NumberFor<B> = <<B as Block>::Header as Header>::Number;
Extract the number type for a block.