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
blockchain
Class blockchain
Hierarchy
blockchain
Implements
blockchainInterface
Index
Constructors
constructor
Properties
algorand
blockchain_
type
current_
account
stellar
tfchain
Methods
assets
create
delete
exist
exist_
in
get
init
list
pay
select
sign
Constructors
constructor
new blockchain
(
config
:
GridClientConfig
)
:
blockchain
Parameters
config:
GridClientConfig
Returns
blockchain
Properties
algorand
algorand
:
algorand
blockchain_
type
blockchain_
type
:
blockchainType
current_
account
current_
account
:
string
stellar
stellar
:
stellar
tfchain
tfchain
:
tfchain
Methods
assets
assets
(
)
:
Promise
<
BlockchainAssetsModel
>
Returns
Promise
<
BlockchainAssetsModel
>
create
create
(
options
:
BlockchainCreateModel
)
:
Promise
<
BlockchainCreateResultModel
>
Parameters
options:
BlockchainCreateModel
Returns
Promise
<
BlockchainCreateResultModel
>
delete
delete
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
exist
exist
(
options
:
BlockchainGetModel
)
:
Promise
<
boolean
>
Parameters
options:
BlockchainGetModel
Returns
Promise
<
boolean
>
exist_
in
exist_
in
(
options
:
BlockchainGetModel
)
:
Promise
<
blockchainType
>
Parameters
options:
BlockchainGetModel
Returns
Promise
<
blockchainType
>
get
get
(
)
:
Promise
<
BlockchainGetResultModel
>
Returns
Promise
<
BlockchainGetResultModel
>
init
init
(
options
:
BlockchainInitModel
)
:
Promise
<
any
>
Parameters
options:
BlockchainInitModel
Returns
Promise
<
any
>
list
list
(
options
?:
BlockchainListModel
)
:
Promise
<
BlockchainListResultModel
[]
>
Parameters
Optional
options:
BlockchainListModel
Returns
Promise
<
BlockchainListResultModel
[]
>
pay
pay
(
options
:
BlockchainPayNoNameModel
)
:
Promise
<
any
>
Parameters
options:
BlockchainPayNoNameModel
Returns
Promise
<
any
>
select
select
(
options
:
BlockchainGetModel
)
:
Promise
<
void
>
Parameters
options:
BlockchainGetModel
Returns
Promise
<
void
>
sign
sign
(
options
:
BlockchainSignNoNameModel
)
:
Promise
<
string
>
Parameters
options:
BlockchainSignNoNameModel
Returns
Promise
<
string
>
Exports
blockchain
constructor
algorand
blockchain_
type
current_
account
stellar
tfchain
assets
create
delete
exist
exist_
in
get
init
list
pay
select
sign
Generated using
TypeDoc