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:
Last updated
Was this helpful?