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

from message cosmwasm.wasm.v1.MaxFundsLimit

Hierarchy

Constructors

Properties

amounts: Coin[] = []

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

from field: repeated cosmos.base.v1beta1.Coin amounts = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmwasm.wasm.v1.MaxFundsLimit" = "cosmwasm.wasm.v1.MaxFundsLimit"

Methods