Skip to Content

SafeTxStatusResponse

SafeTxStatusResponse = object

Defined in: trackers/safeTracker.ts:28 

The fields of a multisig transaction returned by the Safe Transaction Service API that the Safe tracker reads.

Properties

executionDate

executionDate: string | null

Defined in: trackers/safeTracker.ts:38 

ISO date of the execution, or null before execution.


isExecuted

isExecuted: boolean

Defined in: trackers/safeTracker.ts:34 

true once the multisig transaction has been executed on-chain.


isSuccessful

isSuccessful: boolean | null

Defined in: trackers/safeTracker.ts:36 

Whether the execution succeeded; null before execution.


modified

modified: string

Defined in: trackers/safeTracker.ts:42 

ISO date of the last change.


nonce

nonce: number

Defined in: trackers/safeTracker.ts:44 

The Safe nonce of the transaction.


safeTxHash

safeTxHash: Hex

Defined in: trackers/safeTracker.ts:32 

The Safe transaction hash (the txKey of the tracked transaction).


submissionDate

submissionDate: string

Defined in: trackers/safeTracker.ts:40 

ISO date when the transaction was proposed to the service.


transactionHash

transactionHash: Hex | null

Defined in: trackers/safeTracker.ts:30 

The hash of the executed on-chain transaction, or null before execution.

Last updated on