Skip to Content
API referencePulsar EvmSrcType AliasesGelatoTaskStatusResponse

@tuwaio/pulsar-core-monorepo


GelatoTaskStatusResponse

GelatoTaskStatusResponse = object

Defined in: packages/pulsar-evm/src/trackers/gelatoTracker.ts:50 

Defines the shape of the response from the Gelato getTaskStatus API endpoint.

Properties

task

task: object

Defined in: packages/pulsar-evm/src/trackers/gelatoTracker.ts:51 

blockNumber?

optional blockNumber: number

chainId

chainId: number

creationDate?

optional creationDate: string

executionDate?

optional executionDate: string

lastCheckMessage?

optional lastCheckMessage: string

taskId

taskId: string

taskState

taskState: GelatoTaskState

transactionHash?

optional transactionHash: Hex

Last updated on