interface ContextData {
    gas_state: GasState;
    storage_readonly: boolean;
}

Properties

gas_state: GasState
storage_readonly: boolean

Generated using TypeDoc