CombinedLimit defines the maximal amounts that can be sent to a contract and the maximal number of calls executable. Both need to remain >0 to be valid. Since: wasmd 0.30

interface CombinedLimit {
    $typeUrl?: "/cosmwasm.wasm.v1.CombinedLimit";
    amounts: Coin[];
    callsRemaining: bigint;
}

Properties

$typeUrl?: "/cosmwasm.wasm.v1.CombinedLimit"
amounts: Coin[]

Amounts is the maximal amount of tokens transferable to the contract.

callsRemaining: bigint

Remaining number that is decremented on each execution