Search
Preparing search index...
The search index is not available
Secret.js Docs
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Secret.js Docs
AuthQuerier
Class AuthQuerier
AuthQuerier is the query interface for the x/auth module
Hierarchy
AuthQuerier
Index
Constructors
constructor
Methods
account
accounts
module
Account
By
Name
params
Constructors
constructor
new
Auth
Querier
(
url
:
string
)
:
AuthQuerier
Parameters
url:
string
Returns
AuthQuerier
Methods
account
account
(
req
:
QueryAccountRequest
, headers
?:
HeadersInit
)
:
Promise
<
{
account
?:
Account
}
>
Parameters
req:
QueryAccountRequest
Optional
headers:
HeadersInit
Returns
Promise
<
{
account
?:
Account
}
>
accounts
accounts
(
req
:
QueryAccountsRequest
, headers
?:
HeadersInit
)
:
Promise
<
{
accounts
?:
Account
[]
;
pagination
?:
PageResponse
}
>
Parameters
req:
QueryAccountsRequest
Optional
headers:
HeadersInit
Returns
Promise
<
{
accounts
?:
Account
[]
;
pagination
?:
PageResponse
}
>
module
Account
By
Name
module
Account
By
Name
(
req
:
<internal>
.
QueryModuleAccountByNameRequest
, headers
?:
HeadersInit
)
:
Promise
<
{
account
?:
Account
}
>
Parameters
req:
<internal>
.
QueryModuleAccountByNameRequest
Optional
headers:
HeadersInit
Returns
Promise
<
{
account
?:
Account
}
>
params
params
(
req
:
<internal>
.
QueryParamsRequest
, headers
?:
HeadersInit
)
:
Promise
<
<internal>
.
QueryParamsResponse
>
Parameters
req:
<internal>
.
QueryParamsRequest
Optional
headers:
HeadersInit
Returns
Promise
<
<internal>
.
QueryParamsResponse
>
Exports
<internal>
Auth
Querier
constructor
account
accounts
module
Account
By
Name
params
AuthQuerier is the query interface for the x/auth module