bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class MaxFundsLimit

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

    from message cosmwasm.wasm.v1.MaxFundsLimit

    Hierarchy

    Index

    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"

    Methods