Constant bp_westend::MAX_NESTED_PARACHAIN_HEAD_DATA_SIZE
source · pub const MAX_NESTED_PARACHAIN_HEAD_DATA_SIZE: u32 = 128;
Expand description
Maximal size of encoded bp_parachains::ParaStoredHeaderData
structure among all Westend
parachains.
It includes the block number and state root, so it shall be near 40 bytes, but let’s have some reserve.