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

    Class QueryBalanceRequest

    QueryBalanceRequest is the request type for the Query/Balance RPC method.

    from message cosmos.bank.v1beta1.QueryBalanceRequest

    Hierarchy

    Index

    Constructors

    Properties

    address: string = ""

    address is the address to query balances for.

    from field: string address = 1;

    denom: string = ""

    denom is the coin denom to query balances for.

    from field: string denom = 2;

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

    Methods