dharitri-vm-executor 2.0.0

DharitrI VM executor interface
Documentation
1
2
3
4
5
6
7
8
9
pub struct CompilationOptionsLegacy {
    pub gas_limit: u64,
    pub unmetered_locals: usize,
    pub max_memory_grow: usize,
    pub max_memory_grow_delta: usize,
    pub opcode_trace: bool,
    pub metering: bool,
    pub runtime_breakpoints: bool,
}