MaxFundsLimit defines the maximal amounts that can be sent to the contract. Since: wasmd 0.30

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

Properties

Properties

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

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