TxStatusResult

Signature

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

Parameters

Parameter

Type

Description

status

String

  • UNKNOWN Not yet visible on the chain.

  • PENDING Not yet completed (or failed).

  • SUCCEEDED Completed successfully

  • FAILED Transaction is failed.

Example

{
  "secretType" : "ETHEREUM",
  "walletId" : "1def2753-a428-4fd2-9993-fc06917897c6",
  "data" : "I agree with terms and conditions"
}

Last updated