from message wasmx.Params

Hierarchy

Constructors

Properties

isExecutionEnabled: boolean = false

Set the status to active to indicate that contracts can be executed in begin blocker.

from field: bool is_execution_enabled = 1;

maxBeginBlockTotalGas: bigint = protoInt64.zero

Maximum aggregate total gas to be used for the contract executions in the BeginBlocker.

from field: uint64 max_begin_block_total_gas = 2;

maxContractGasLimit: bigint = protoInt64.zero

the maximum gas limit each individual contract can consume in the BeginBlocker.

from field: uint64 max_contract_gas_limit = 3;

minGasPrice: bigint = protoInt64.zero

min_gas_price defines the minimum gas price the contracts must pay to be executed in the BeginBlocker.

from field: uint64 min_gas_price = 4;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "wasmx.Params" = "wasmx.Params"

Methods