pub const MAX_MANDATORY_HEADER_SIZE: u32 = _; // 122_880u32
Expand description
Approximate maximal header size on Polkadot-like chains.
See [bp-header-chain::ChainWithGrandpa
] for more details.
This value comes from recent (December, 2023) Kusama headers. Maximal header is a mandatory
header. In its SCALE-encoded form it is 113407
bytes. Let’s have some reserve here.