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
TFTwins
Class TFTwins
Hierarchy
Twins
TFTwins
Index
Constructors
constructor
Properties
client
Methods
create
get
get
My
Twin
Id
get
Twin
Id
By
Account
Id
update
Constructors
constructor
new TFTwins
(
client
:
Client
)
:
TFTwins
Parameters
client:
Client
Returns
TFTwins
Properties
client
client
:
Client
Methods
create
create
(
options
:
TwinOptions
)
:
Promise
<
ExtrinsicResult
<
Twin
>
>
Parameters
options:
TwinOptions
Returns
Promise
<
ExtrinsicResult
<
Twin
>
>
get
get
(
options
:
QueryTwinsGetOptions
)
:
Promise
<
Twin
>
Parameters
options:
QueryTwinsGetOptions
Returns
Promise
<
Twin
>
get
My
Twin
Id
get
My
Twin
Id
(
)
:
Promise
<
number
>
Returns
Promise
<
number
>
get
Twin
Id
By
Account
Id
get
Twin
Id
By
Account
Id
(
options
:
QueryTwinsGetTwinByAccountIdOptions
)
:
Promise
<
number
>
Parameters
options:
QueryTwinsGetTwinByAccountIdOptions
Returns
Promise
<
number
>
update
update
(
options
:
TwinOptions
)
:
Promise
<
ExtrinsicResult
<
Twin
>
>
Parameters
options:
TwinOptions
Returns
Promise
<
ExtrinsicResult
<
Twin
>
>
Exports
TFTwins
constructor
client
create
get
get
My
Twin
Id
get
Twin
Id
By
Account
Id
update
Generated using
TypeDoc