Create Transaction Response
The following JSON response fields are common to all API calls that create transactions:
(S) signatureHash
is the SHA-256 hash of the transaction signature
(S) unsignedTransactionBytes
is the unsigned transaction bytes
(O) transactionJSON
is the transaction object (refer to Get Transaction for details)
(B) broadcasted
is the transaction was broadcasted or not
(N) requestProcessingTime
is the API request processing time (in millisec)
(S) transactionBytes
is the signed transaction bytes
(S) fullHash
is the full hash of the signed transaction
(S) transaction
is the ID of the newly created transaction
Last updated