Preparing search index...
The search index is not available
@threefold/tfchain_client
@threefold/tfchain_client
KVStore
Class KVStore
Hierarchy
KVStore
Index
Constructors
constructor
Properties
client
Methods
delete
delete
All
get
list
set
Constructors
constructor
new KVStore
(
client
:
Client
)
:
KVStore
Parameters
client:
Client
Returns
KVStore
Properties
client
client
:
Client
Methods
delete
delete
(
options
:
KVStoreGetOptions
)
:
Promise
<
ExtrinsicResult
<
void
>
>
Parameters
options:
KVStoreGetOptions
Returns
Promise
<
ExtrinsicResult
<
void
>
>
delete
All
delete
All
(
)
:
Promise
<
string
[]
>
Returns
Promise
<
string
[]
>
get
get
(
options
:
KVStoreGetOptions
)
:
Promise
<
string
>
Parameters
options:
KVStoreGetOptions
Returns
Promise
<
string
>
list
list
(
)
:
Promise
<
string
[]
>
Returns
Promise
<
string
[]
>
set
set
(
options
:
KVStoreSetOptions
)
:
Promise
<
ExtrinsicResult
<
void
>
>
Parameters
options:
KVStoreSetOptions
Returns
Promise
<
ExtrinsicResult
<
void
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
@threefold/tfchain_
client
KVStore
constructor
client
delete
delete
All
get
list
set
Generated using
TypeDoc