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

interface MaxFundsLimitAmino {
    amounts?: CoinAmino[];
}

Properties

Properties

amounts?: CoinAmino[]

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