TxResult

This page describes the result of a successfully sent transaction.

Overview

TxResult describes a transaction that was successfully sent to a client/node. Since blockchain transactions are not processed synchronously, It includes the hash of the transaction necessary for tracking the status of the transaction.

Structure

Field

Type

Description

id

String

The unique hash of the transaction

Example:

{
   "id": "0x3d37b22e6885ac9b25ed35946bb4f06d0e524ab7a3c700d7625efbeda363fafd"
}

Last updated

Was this helpful?