Skip to Content

@cfxdevkit/executor


@cfxdevkit/executor / TWAPJob

Interface: TWAPJob

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

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: TWAPParams

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


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: "twap"

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

Overrides

BaseJob.type


updatedAt

updatedAt: number

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

Inherited from

BaseJob.updatedAt