Skip to Content

@cfxdevkit/executor


@cfxdevkit/executor / DCAJob

Interface: DCAJob

Defined in: packages/executor/src/types.ts:42

Extends

Properties

createdAt

createdAt: number

Defined in: packages/executor/src/types.ts:29

Inherited from

BaseJob.createdAt


expiresAt

expiresAt: number | null

Defined in: packages/executor/src/types.ts:31

Inherited from

BaseJob.expiresAt


id

id: string

Defined in: packages/executor/src/types.ts:23

Inherited from

BaseJob.id


lastError

lastError: string | null

Defined in: packages/executor/src/types.ts:34

Inherited from

BaseJob.lastError


maxRetries

maxRetries: number

Defined in: packages/executor/src/types.ts:33

Inherited from

BaseJob.maxRetries


onChainJobId

onChainJobId: string | null

Defined in: packages/executor/src/types.ts:28

bytes32 hex jobId from the on-chain JobCreated event (0x-prefixed)

Inherited from

BaseJob.onChainJobId


owner

owner: string

Defined in: packages/executor/src/types.ts:24

Inherited from

BaseJob.owner


params

params: DCAParams

Defined in: packages/executor/src/types.ts:44


retries

retries: number

Defined in: packages/executor/src/types.ts:32

Inherited from

BaseJob.retries


status

status: JobStatus

Defined in: packages/executor/src/types.ts:26

Inherited from

BaseJob.status


type

type: "dca"

Defined in: packages/executor/src/types.ts:43

Overrides

BaseJob.type


updatedAt

updatedAt: number

Defined in: packages/executor/src/types.ts:30

Inherited from

BaseJob.updatedAt