GasInfo defines tx execution gas context.
from message cosmos.base.abci.v1beta1.GasInfo
Optional
GasUsed is the amount of gas actually consumed.
from field: uint64 gas_used = 2;
GasWanted is the maximum units of work we allow this tx to perform.
from field: uint64 gas_wanted = 1;
Static
Readonly
GasInfo defines tx execution gas context.
Generated
from message cosmos.base.abci.v1beta1.GasInfo