Type Alias relay_substrate_client::BlockNumberOf
pub type BlockNumberOf<C> = <C as Chain>::BlockNumber;
Expand description
Block number used by the chain.
pub type BlockNumberOf<C> = <C as Chain>::BlockNumber;
Block number used by the chain.