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 CombinedLimitAmino {
    amounts?: CoinAmino[];
    calls_remaining?: string;
}

Properties

amounts?: CoinAmino[]

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

calls_remaining?: string

Remaining number that is decremented on each execution