Constant cumulus_primitives_core::relay_chain::MIN_CODE_SIZE
source ยท pub const MIN_CODE_SIZE: u32 = 9; // 9u32
Expand description
Compressed or not the wasm blob can never be less than 9 bytes.
pub const MIN_CODE_SIZE: u32 = 9; // 9u32
Compressed or not the wasm blob can never be less than 9 bytes.