Skip to content

Module: executor/executor

Table of contents

Type Aliases

Classes

High-level

ExecutorOptions

Ƭ ExecutorOptions: { package: string | Package ; taskTimeout?: number ; subnetTag?: string ; logger?: Logger ; logLevel?: LogLevel | string ; yagnaOptions?: YagnaOptions ; eventTarget?: EventTarget } & ActivityOptions & AgreementOptions & BasePaymentOptions & DemandOptions & Omit<PackageOptions, "imageHash"> & TaskOptions & NetworkServiceOptions & AgreementServiceOptions & Omit<WorkOptions, "isRunning">

Defined in

yajsapi/executor/executor.ts:23


ExecutorOptionsMixin

Ƭ ExecutorOptionsMixin: string | ExecutorOptions

Contains information needed to start executor, if string the imageHash is required, otherwise it should be a type of ExecutorOptions

Defined in

yajsapi/executor/executor.ts:52


YagnaOptions

Ƭ YagnaOptions: Object

Type declaration

Name Type
apiKey string
basePath string

Defined in

yajsapi/executor/executor.ts:57