Calculate Full Hash
Calculate the full hash of a transaction.
Request:
- requestType is calculateFullHash
- unsignedTransactionJSON is the unsigned transaction JSON object (optional)
- unsignedTransactionBytes are the unsigned bytes of a transaction (optional if unsignedTransactionJSON is provided)
- signatureHash is a SHA-256 hash of the transaction signature
Response:
- requestProcessingTime (N) is the API request processing time (in millisec)
- fullHash (S) is the full hash of the signed transaction