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
Properties
asset
keystoreURL
platform
Methods
ping
create
create
Unsafe
Object literals
mapping
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
add
add
(
params
:
object
)
:
Promise
<
void
>
Parameters
params:
object
key
:
string
value
:
string
Returns
Promise
<
void
>
get
get
(
params
:
object
)
:
Promise
<
string
>
Parameters
params:
object
key
:
string
Returns
Promise
<
string
>
Globals
Remote
Key
Store
asset
keystoreURL
platform
ping
create
create
Unsafe
mapping
Generated using
TypeDoc