TxStatusResult

Signature:

{ status: 'UNKNOWN' | 'PENDING' | 'FAILED' | 'SUCCEEDED' }

Parameters:

ParameterTypeDescription
statusString
  • UNKNOWN Not yet visible on the chain.
  • PENDING Not yet completed (or failed).
  • SUCCEEDED Completed successfully
  • FAILED Transaction is failed.

Example:

{ "status" : "PENDING" }

Function Types

📘


Did this page help you?