Constant sp_storage::well_known_keys::CODE
source · pub const CODE: &[u8] = b":code";
Expand description
Wasm code of the runtime.
Stored as a raw byte vector. Required by substrate.
Encodes to 0x3A636F6465
.
pub const CODE: &[u8] = b":code";
Wasm code of the runtime.
Stored as a raw byte vector. Required by substrate.
Encodes to 0x3A636F6465
.