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

Since: cosmos-sdk 0.43

interface QueryAccountsRequest {
    pagination?: PageRequest;
}

Properties

Properties

pagination?: PageRequest

pagination defines an optional pagination for the request.