QueryAccountsRequest is the request type for the Query/Accounts RPC method.

Since: cosmos-sdk 0.43

interface QueryAccountsRequestAmino {
    pagination?: PageRequestAmino;
}

Properties

Properties

pagination?: PageRequestAmino

pagination defines an optional pagination for the request.