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

    Class QueryAccountsResponse

    QueryAccountsResponse is the response type for the Query/Accounts RPC method.

    Since: cosmos-sdk 0.43

    from message cosmos.auth.v1beta1.QueryAccountsResponse

    Hierarchy

    Index

    Constructors

    Properties

    accounts: Any[] = []

    accounts are the existing accounts

    from field: repeated google.protobuf.Any accounts = 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.auth.v1beta1.QueryAccountsResponse"

    Methods