pub type HeaderIdOf<C> = HeaderId<HashOf<C>, BlockNumberOf<C>>;Expand description
Header id used by the chain.
Aliased Type§
struct HeaderIdOf<C>(pub <C as Chain>::BlockNumber, pub <C as Chain>::Hash);Fields§
§0: <C as Chain>::BlockNumber§1: <C as Chain>::Hash