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
RegistrationQuerier
Class RegistrationQuerier
Hierarchy
RegistrationQuerier
Index
Constructors
constructor
Methods
encrypted
Seed
registration
Key
tx
Key
Constructors
constructor
new
Registration
Querier
(
url
:
string
)
:
RegistrationQuerier
Parameters
url:
string
Returns
RegistrationQuerier
Methods
encrypted
Seed
encrypted
Seed
(
req
:
QueryEncryptedSeedRequest
, headers
?:
HeadersInit
)
:
Promise
<
QueryEncryptedSeedResponse
>
Parameters
req:
QueryEncryptedSeedRequest
Optional
headers:
HeadersInit
Returns
Promise
<
QueryEncryptedSeedResponse
>
registration
Key
registration
Key
(
req
:
Empty
, headers
?:
HeadersInit
)
:
Promise
<
Key
>
Parameters
req:
Empty
Optional
headers:
HeadersInit
Returns
Promise
<
Key
>
tx
Key
tx
Key
(
req
:
Empty
, headers
?:
HeadersInit
)
:
Promise
<
Key
>
Parameters
req:
Empty
Optional
headers:
HeadersInit
Returns
Promise
<
Key
>
Exports
<internal>
Registration
Querier
constructor
encrypted
Seed
registration
Key
tx
Key