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

    Class QueryDenomOwnersRequest

    QueryDenomOwnersRequest defines the request type for the DenomOwners RPC query, which queries for a paginated set of all account holders of a particular denomination.

    from message cosmos.bank.v1beta1.QueryDenomOwnersRequest

    Hierarchy

    Index

    Constructors

    Properties

    denom: string = ""

    denom defines the coin denomination to query all account holders for.

    from field: string denom = 1;

    pagination?: PageRequest

    pagination defines an optional pagination for the request.

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

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

    Methods