Properties
Private url
url: string
Methods
account
- account(req, headers?): Promise<{ 
 account?: SecretJS.Query.Account;
 }>
- Parameters- req: QueryAccountRequest
- Optionalheaders: HeadersInit
 
accounts
- accounts(req, headers?): Promise<{ 
 accounts?: SecretJS.Query.Account[];
 pagination?: PageResponse;
 }>
- Parameters- req: QueryAccountsRequest
- Optionalheaders: HeadersInit
 
- Returns Promise<{ 
 accounts?: SecretJS.Query.Account[];
 pagination?: PageResponse;
 }>
moduleAccountByName
- moduleAccountByName(req, headers?): Promise<{ 
 account?: SecretJS.Query.Account;
 }>
- Parameters- req: QueryModuleAccountByNameRequest
- Optionalheaders: HeadersInit
 
params
- params(req, headers?): Promise<QueryParamsResponse>
- Parameters- req: QueryParamsRequest
- Optionalheaders: HeadersInit
 
- Returns Promise<QueryParamsResponse>
AuthQuerier is the query interface for the x/auth module