Class: IExec
April 29, 2026 ยท View on GitHub
iexec / IExec
Class: IExec
module exposing all the iExec SDK modules
Extends
Constructors
Constructor
new IExec(
configOrArgs,options?):IExec
Create an IExecModule instance
Parameters
configOrArgs
options?
Returns
IExec
Inherited from
Properties
account
account:
IExecAccountModule
account module
app
app:
IExecAppModule
app module
config
config:
IExecConfig
current IExecConfig
Inherited from
dataset
dataset:
IExecDatasetModule
dataset module
deal
deal:
IExecDealModule
deal module
hub
hub:
IExecHubModule
hub module
network
network:
IExecNetworkModule
network module
order
order:
IExecOrderModule
order module
orderbook
orderbook:
IExecOrderbookModule
orderbook module
result
result:
IExecResultModule
result module
secrets
secrets:
IExecSecretsModule
secrets module
storage
storage:
IExecStorageModule
storage module
task
task:
IExecTaskModule
task module
wallet
wallet:
IExecWalletModule
wallet module
workerpool
workerpool:
IExecWorkerpoolModule
workerpool module
Methods
fromConfig()
staticfromConfig(config):IExec
Create an IExec instance using an IExecConfig instance
Parameters
config
Returns
IExec