Constant sp_api::RUNTIME_API_INFO_SIZE
source · pub const RUNTIME_API_INFO_SIZE: usize = 12;
Expand description
The number of bytes required to encode a RuntimeApiInfo
.
8 bytes for ID
and 4 bytes for a version.
pub const RUNTIME_API_INFO_SIZE: usize = 12;
The number of bytes required to encode a RuntimeApiInfo
.
8 bytes for ID
and 4 bytes for a version.