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

    Class QueryAllBalancesResponse

    QueryAllBalancesResponse is the response type for the Query/AllBalances RPC method.

    from message cosmos.bank.v1beta1.QueryAllBalancesResponse

    Hierarchy

    Index

    Constructors

    Properties

    balances: Coin[] = []

    balances is the balances of all the coins.

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

    pagination?: PageResponse

    pagination defines the pagination in the response.

    from field: cosmos.base.query.v1beta1.PageResponse pagination = 2;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.bank.v1beta1.QueryAllBalancesResponse"

    Methods