Search
Preparing search index...
The search index is not available
@threefold/grid_client
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@threefold/grid_client
TFKVStore
Class TFKVStore
Hierarchy
KVStore
TFKVStore
Index
Constructors
constructor
Properties
client
Methods
batch
Remove
decrypt
delete
delete
All
encrypt
get
get
Secret
As
Bytes
list
set
Constructors
constructor
new TFKVStore
(
client
:
TFClient
)
:
TFKVStore
Parameters
client:
TFClient
Returns
TFKVStore
Properties
client
client
:
TFClient
Methods
batch
Remove
batch
Remove
(
options
:
KVStoreBatchRemoveOptions
)
:
Promise
<
string
[]
>
Parameters
options:
KVStoreBatchRemoveOptions
Returns
Promise
<
string
[]
>
decrypt
decrypt
(
message
:
string
)
:
string
Parameters
message:
string
Returns
string
delete
delete
(
options
:
KVStoreGetOptions
)
:
Promise
<
ExtrinsicResult
<
void
>
>
Parameters
options:
KVStoreGetOptions
Returns
Promise
<
ExtrinsicResult
<
void
>
>
delete
All
delete
All
(
)
:
Promise
<
string
[]
>
Returns
Promise
<
string
[]
>
encrypt
encrypt
(
message
:
any
)
:
string
Parameters
message:
any
Returns
string
get
get
(
options
:
KVStoreGetOptions
)
:
Promise
<
string
>
Parameters
options:
KVStoreGetOptions
Returns
Promise
<
string
>
get
Secret
As
Bytes
get
Secret
As
Bytes
(
)
:
Uint8Array
Returns
Uint8Array
list
list
(
)
:
Promise
<
string
[]
>
Returns
Promise
<
string
[]
>
set
set
(
options
:
KVStoreSetOptions
)
:
Promise
<
ExtrinsicResult
<
void
>
>
Parameters
options:
KVStoreSetOptions
Returns
Promise
<
ExtrinsicResult
<
void
>
>
Exports
TFKVStore
constructor
client
batch
Remove
decrypt
delete
delete
All
encrypt
get
get
Secret
As
Bytes
list
set
Generated using
TypeDoc