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
Index
Enumerations
Backend
Storage
Type
Contract
States
Keypair
Type
Network
Env
Operations
Result
States
Storage
Update
Action
Workload
Types
Zdb
Modes
Classes
Access
Point
Add
Machine
Model
Add
Worker
Model
AddZDBModel
Algorand
Account
Assets
From
Address
Model
Algorand
Account
Create
Model
Algorand
Account
Init
Model
Algorand
Create
Transaction
Model
Algorand
Signature
Model
Algorand
Transfer
Model
Backend
Storage
Balance
Get
Model
Balance
Transfer
Model
Batch
Cancel
Contracts
Model
Batch
Model
Blockchain
Asset
Model
Blockchain
Assets
Model
Blockchain
Create
Model
Blockchain
Create
Result
Model
Blockchain
Delete
Model
Blockchain
Get
Model
Blockchain
Get
Result
Model
Blockchain
Init
Model
Blockchain
List
Model
Blockchain
List
Result
Model
Blockchain
Pay
Model
Blockchain
Pay
No
Name
Model
Blockchain
Sign
Model
Blockchain
Sign
No
Name
Model
CUModel
Calculator
Model
Capacity
Pool
Check
Model
Client
Options
Compute
Capacity
Contract
Cancel
Model
Contract
Consumption
Contract
Get
By
Node
Id
And
Hash
Model
Contract
Get
Model
Contract
Lock
Model
Contract
State
Contracts
By
Address
Contracts
By
Twin
Id
Create
Service
Contract
Model
Delete
Machine
Model
Delete
Worker
Model
DeleteZDBModel
Deployment
Deployment
Factory
Deployment
Result
Disk
Model
Disk
Primitive
Encryption
Farm
Has
Free
PublicIPs
Model
Farm
Id
From
Farm
Name
Model
Farm
Id
Model
Farms
Get
Model
Filter
Options
GWPrimitive
GatewayFQDNDelete
Model
GatewayFQDNGet
Model
GatewayFQDNModel
GatewayFQDNProxy
GatewayHL
Gateway
Name
Delete
Model
Gateway
Name
Get
Model
Gateway
Name
Model
Gateway
Name
Proxy
Gateway
Result
Get
Dedicated
Node
Price
Model
Get
Service
Contract
Model
Graphql
Grid
Client
Grid
Client
Config
High
Level
Base
K8SDelete
Model
K8SGet
Model
K8SModel
KVStore
Batch
Remove
Model
KVStore
Get
Model
KVStore
Remove
Model
KVStore
Set
Model
KubernetesHL
Kubernetes
Node
Model
Machine
Model
Machines
Delete
Model
Machines
Get
Model
Machines
Model
Mount
Name
Contract
Create
Model
Name
Contract
Get
Model
Network
Network
Get
Model
Network
Model
Node
Node
Contract
Create
Model
Node
Contract
Update
Model
Node
Free
Resources
Model
Node
Get
Model
Node
Power
Model
Nodes
Nodes
By
Farm
Id
Model
Nodes
Get
Model
PKID
Peer
Ping
Node
Options
Model
PublicIP
PublicIPPrimitive
PublicIPResult
QSFSDisk
Model
QSFSZDBDelete
Model
QSFSZDBGet
Model
QSFSZDBSModel
Quantum
Compression
Quantum
Safe
Config
Quantum
SafeFS
Quantum
SafeFSConfig
Quantum
SafeFSResult
Quantum
Safe
Meta
RMB
Rent
Contract
Create
Model
Rent
Contract
Delete
Model
Rent
Contract
Get
Model
SUModel
Service
Contract
Approve
Model
Service
Contract
Bill
Model
Service
Contract
Cancel
Model
Set
Dedicated
Node
Extra
Fees
Model
Set
Service
Contract
Fees
Model
Set
Service
Contract
Metadata
Model
Signature
Signature
Request
Signature
Requirement
Stellar
Wallet
Balance
By
Address
Model
Stellar
Wallet
Create
Model
Stellar
Wallet
Init
Model
Stellar
Wallet
Transfer
Model
Stellar
Wallet
Verify
Model
TFBalances
TFClient
TFContracts
TFKVStore
TFKVStore
Backend
TFTPrice
TFTerms
And
Conditions
TFTwins
Tfchain
Create
Model
Tfchain
Wallet
Balance
By
Address
Model
Tfchain
Wallet
Init
Model
Tfchain
Wallet
Transfer
Model
Twin
Create
Model
Twin
Delete
Model
Twin
Deployment
Twin
Deployment
Handler
Twin
Get
By
Account
Id
Model
Twin
Get
Model
VMHL
VMPrimitive
Wallet
Message
Sign
Model
Wire
Guard
Keys
Workload
Workload
Data
Workload
Data
Result
ZDBDelete
Model
ZDBGet
Model
ZDBModel
ZDBSModel
ZNetwork
Interface
ZOSGet
Deployment
Model
ZOSModel
ZOSNode
Model
Zdb
Zdb
Backend
Zdb
Group
ZdbHL
Zdb
Primitive
Zdb
Result
Zlogs
Zlogs
Primitive
Zlogs
Result
Zmachine
Zmachine
Network
Zmachine
Result
Zmount
Zmount
Result
Znet
algorand
balance
blockchain
calculator
capacity
contracts
farmerbot
farms
gateway
k8s
kvstore
machines
networks
nodes
ping
Farm
Model
qsfs_
zdbs
stellar
tfchain
twins
utility
zdbs
zos
Interfaces
Accept
Options
Cancel
My
Contract
Options
Farm
Info
Get
Consumption
Options
KVStore
Batch
Remove
Options
List
Contract
By
Address
Options
List
Contract
By
Twin
Id
Options
List
My
Contract
Options
Node
Info
Node
Resources
Public
Config
Public
Ips
Storage
Pool
Variables
app
Path
events
Functions
expose
generate
String
get
Random
Number
is
Exposed
log
random
Choice
random
Nonce
random
Secret
random
Secret
As
Hex
send
validate
Input
validate
Object
Variables
Const
app
Path
app
Path
:
string
= ...
Const
events
events
:
EventEmitter
= ...
Functions
expose
expose
(
target
:
any
, propertyKey
:
string
)
:
void
Parameters
target:
any
propertyKey:
string
Returns
void
generate
String
generate
String
(
length
:
number
)
:
string
Parameters
length:
number
Returns
string
get
Random
Number
get
Random
Number
(
min
:
number
, max
:
number
)
:
number
Parameters
min:
number
max:
number
Returns
number
is
Exposed
is
Exposed
<
T
>
(
instance
:
T
, propertyKey
:
string
)
:
boolean
Type Parameters
T
Parameters
instance:
T
propertyKey:
string
Returns
boolean
log
log
(
message
:
any
)
:
void
Parameters
message:
any
Returns
void
random
Choice
random
Choice
(
choices
:
any
)
:
any
Parameters
choices:
any
Returns
any
random
Nonce
random
Nonce
(
)
:
Uint8Array
Returns
Uint8Array
random
Secret
random
Secret
(
)
:
Uint8Array
Returns
Uint8Array
random
Secret
As
Hex
random
Secret
As
Hex
(
)
:
string
Returns
string
send
send
(
method
:
Method
, url
:
string
, body
:
string
, headers
:
Record
<
string
,
string
>
)
:
Promise
<
any
>
Parameters
method:
Method
url:
string
body:
string
headers:
Record
<
string
,
string
>
Returns
Promise
<
any
>
validate
Input
validate
Input
(
target
:
any
, propertyKey
:
string
, descriptor
:
PropertyDescriptor
)
:
void
Parameters
target:
any
propertyKey:
string
descriptor:
PropertyDescriptor
Returns
void
validate
Object
validate
Object
(
obj
:
any
)
:
Promise
<
void
>
Parameters
obj:
any
Returns
Promise
<
void
>
Exports
Backend
Storage
Type
Contract
States
Keypair
Type
Network
Env
Operations
Result
States
Storage
Update
Action
Workload
Types
Zdb
Modes
Access
Point
Add
Machine
Model
Add
Worker
Model
AddZDBModel
Algorand
Account
Assets
From
Address
Model
Algorand
Account
Create
Model
Algorand
Account
Init
Model
Algorand
Create
Transaction
Model
Algorand
Signature
Model
Algorand
Transfer
Model
Backend
Storage
Balance
Get
Model
Balance
Transfer
Model
Batch
Cancel
Contracts
Model
Batch
Model
Blockchain
Asset
Model
Blockchain
Assets
Model
Blockchain
Create
Model
Blockchain
Create
Result
Model
Blockchain
Delete
Model
Blockchain
Get
Model
Blockchain
Get
Result
Model
Blockchain
Init
Model
Blockchain
List
Model
Blockchain
List
Result
Model
Blockchain
Pay
Model
Blockchain
Pay
No
Name
Model
Blockchain
Sign
Model
Blockchain
Sign
No
Name
Model
CUModel
Calculator
Model
Capacity
Pool
Check
Model
Client
Options
Compute
Capacity
Contract
Cancel
Model
Contract
Consumption
Contract
Get
By
Node
Id
And
Hash
Model
Contract
Get
Model
Contract
Lock
Model
Contract
State
Contracts
By
Address
Contracts
By
Twin
Id
Create
Service
Contract
Model
Delete
Machine
Model
Delete
Worker
Model
DeleteZDBModel
Deployment
Deployment
Factory
Deployment
Result
Disk
Model
Disk
Primitive
Encryption
Farm
Has
Free
PublicIPs
Model
Farm
Id
From
Farm
Name
Model
Farm
Id
Model
Farms
Get
Model
Filter
Options
GWPrimitive
GatewayFQDNDelete
Model
GatewayFQDNGet
Model
GatewayFQDNModel
GatewayFQDNProxy
GatewayHL
Gateway
Name
Delete
Model
Gateway
Name
Get
Model
Gateway
Name
Model
Gateway
Name
Proxy
Gateway
Result
Get
Dedicated
Node
Price
Model
Get
Service
Contract
Model
Graphql
Grid
Client
Grid
Client
Config
High
Level
Base
K8SDelete
Model
K8SGet
Model
K8SModel
KVStore
Batch
Remove
Model
KVStore
Get
Model
KVStore
Remove
Model
KVStore
Set
Model
KubernetesHL
Kubernetes
Node
Model
Machine
Model
Machines
Delete
Model
Machines
Get
Model
Machines
Model
Mount
Name
Contract
Create
Model
Name
Contract
Get
Model
Network
Network
Get
Model
Network
Model
Node
Node
Contract
Create
Model
Node
Contract
Update
Model
Node
Free
Resources
Model
Node
Get
Model
Node
Power
Model
Nodes
Nodes
By
Farm
Id
Model
Nodes
Get
Model
PKID
Peer
Ping
Node
Options
Model
PublicIP
PublicIPPrimitive
PublicIPResult
QSFSDisk
Model
QSFSZDBDelete
Model
QSFSZDBGet
Model
QSFSZDBSModel
Quantum
Compression
Quantum
Safe
Config
Quantum
SafeFS
Quantum
SafeFSConfig
Quantum
SafeFSResult
Quantum
Safe
Meta
RMB
Rent
Contract
Create
Model
Rent
Contract
Delete
Model
Rent
Contract
Get
Model
SUModel
Service
Contract
Approve
Model
Service
Contract
Bill
Model
Service
Contract
Cancel
Model
Set
Dedicated
Node
Extra
Fees
Model
Set
Service
Contract
Fees
Model
Set
Service
Contract
Metadata
Model
Signature
Signature
Request
Signature
Requirement
Stellar
Wallet
Balance
By
Address
Model
Stellar
Wallet
Create
Model
Stellar
Wallet
Init
Model
Stellar
Wallet
Transfer
Model
Stellar
Wallet
Verify
Model
TFBalances
TFClient
TFContracts
TFKVStore
TFKVStore
Backend
TFTPrice
TFTerms
And
Conditions
TFTwins
Tfchain
Create
Model
Tfchain
Wallet
Balance
By
Address
Model
Tfchain
Wallet
Init
Model
Tfchain
Wallet
Transfer
Model
Twin
Create
Model
Twin
Delete
Model
Twin
Deployment
Twin
Deployment
Handler
Twin
Get
By
Account
Id
Model
Twin
Get
Model
VMHL
VMPrimitive
Wallet
Message
Sign
Model
Wire
Guard
Keys
Workload
Workload
Data
Workload
Data
Result
ZDBDelete
Model
ZDBGet
Model
ZDBModel
ZDBSModel
ZNetwork
Interface
ZOSGet
Deployment
Model
ZOSModel
ZOSNode
Model
Zdb
Zdb
Backend
Zdb
Group
ZdbHL
Zdb
Primitive
Zdb
Result
Zlogs
Zlogs
Primitive
Zlogs
Result
Zmachine
Zmachine
Network
Zmachine
Result
Zmount
Zmount
Result
Znet
algorand
balance
blockchain
calculator
capacity
contracts
farmerbot
farms
gateway
k8s
kvstore
machines
networks
nodes
ping
Farm
Model
qsfs_
zdbs
stellar
tfchain
twins
utility
zdbs
zos
Accept
Options
Cancel
My
Contract
Options
Farm
Info
Get
Consumption
Options
KVStore
Batch
Remove
Options
List
Contract
By
Address
Options
List
Contract
By
Twin
Id
Options
List
My
Contract
Options
Node
Info
Node
Resources
Public
Config
Public
Ips
Storage
Pool
app
Path
events
expose
generate
String
get
Random
Number
is
Exposed
log
random
Choice
random
Nonce
random
Secret
random
Secret
As
Hex
send
validate
Input
validate
Object
Generated using
TypeDoc