Type Alias HeaderIdOf
pub type HeaderIdOf<C> = HeaderId<<C as Chain>::Hash, <C as Chain>::BlockNumber>;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