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
PKID
Class PKID
Hierarchy
PKID
Implements
BackendStorageInterface
Index
Constructors
constructor
Properties
all
Key
keypair
pkid
url
Methods
get
list
list
All
remove
set
Constructors
constructor
new PKID
(
seed
:
string
)
:
PKID
Parameters
seed:
string
Returns
PKID
Properties
all
Key
all
Key
:
string
= "All"
keypair
keypair
:
keypair
pkid
pkid
:
pkid
url
url
:
string
= "https://pkid.jimber.org"
Methods
get
get
(
key
:
string
)
:
Promise
<
any
>
Parameters
key:
string
Returns
Promise
<
any
>
list
list
(
key
:
string
)
:
Promise
<
unknown
[]
>
Parameters
key:
string
Returns
Promise
<
unknown
[]
>
list
All
list
All
(
)
:
Promise
<
any
>
Returns
Promise
<
any
>
remove
remove
(
key
:
string
)
:
Promise
<
any
>
Parameters
key:
string
Returns
Promise
<
any
>
set
set
(
key
:
string
, value
:
any
)
:
Promise
<
any
>
Parameters
key:
string
value:
any
Returns
Promise
<
any
>
Exports
PKID
constructor
all
Key
keypair
pkid
url
get
list
list
All
remove
set
Generated using
TypeDoc