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