Constant polkadot_sdk_frame::runtime::apis::RUNTIME_API_INFO_SIZE
pub const RUNTIME_API_INFO_SIZE: usize = 12; // 12usize
Expand description
The number of bytes required to encode a RuntimeApiInfo
.
8 bytes for ID
and 4 bytes for a version.