Struct sway_core::asm_generation::CompiledBytecode
source · pub struct CompiledBytecode {
pub bytecode: Vec<u8>,
pub config_const_offsets: BTreeMap<String, u64>,
}
Expand description
The bytecode for a sway program as well as the byte offsets of configuration-time constants in the bytecode.
Fields§
§bytecode: Vec<u8>
§config_const_offsets: BTreeMap<String, u64>