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

    Class CombinedLimit

    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

    from message cosmwasm.wasm.v1.CombinedLimit

    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 = 2;

    callsRemaining: bigint = protoInt64.zero

    Remaining number that is decremented on each execution

    from field: uint64 calls_remaining = 1;

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

    Methods