Search
Preparing search index...
The search index is not available
CodeChain JavaScript SDK
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
RemoteKeyStore
Class RemoteKeyStore
Hierarchy
RemoteKeyStore
Implements
KeyStore
Index
Constructors
constructor
Properties
asset
keystoreURL
platform
Methods
ping
create
create
Unsafe
Object literals
mapping
Constructors
constructor
new
Remote
Key
Store
(
keystoreURL
:
string
)
:
RemoteKeyStore
Parameters
keystoreURL:
string
Returns
RemoteKeyStore
Properties
asset
asset
:
KeyManagementAPI
keystoreURL
keystoreURL
:
string
platform
platform
:
KeyManagementAPI
Methods
ping
ping
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Static
create
create
(
keystoreURL
:
string
)
:
Promise
<
KeyStore
>
Parameters
keystoreURL:
string
Returns
Promise
<
KeyStore
>
Static
create
Unsafe
create
Unsafe
(
keystoreURL
:
string
)
:
KeyStore
Parameters
keystoreURL:
string
Returns
KeyStore
Object literals
mapping
mapping
:
object
get
get
(
params
:
object
)
:
Promise
<
string
>
Parameters
params:
object
key
:
string
Returns
Promise
<
string
>
Globals
Remote
Key
Store
constructor
asset
keystoreURL
platform
ping
create
create
Unsafe
mapping
Generated using
TypeDoc