MaxCallsLimit limited number of calls to the contract. No funds transferable. Since: wasmd 0.30

interface MaxCallsLimit {
    $typeUrl?: "/cosmwasm.wasm.v1.MaxCallsLimit";
    remaining: bigint;
}

Properties

Properties

$typeUrl?: "/cosmwasm.wasm.v1.MaxCallsLimit"
remaining: bigint

Remaining number that is decremented on each execution