Create Transaction Response
The following JSON response fields are common to all API calls that create transactions:
- signatureHash (S) is a SHA-256 hash of the transaction signature
- unsignedTransactionBytes (S) are the unsigned transaction bytes
- transactionJSON (O) is a transaction object
- broadcasted (B) is true if the transaction was broadcast, false otherwise
- requestProcessingTime (N) is the API request processing time (in millisec)
- transactionBytes (S) are the signed transaction bytes
- fullHash (S) is the full hash of the signed transaction
- transaction (S) is the ID of the newly created transaction