Calculate Full Hash
Calculate the full hash of a transaction.
Request:
requestType
is calculateFullHash
unsignedTransactionBytes
is the unsigned bytes of a transaction (optional if unsignedTransactionJSON is provided)
signatureHash
is the SHA-256 hash of the transaction signatureResponse:
(N)
requestProcessingTime
is the API request processing time (in millisec)
(S) fullHash
is the full hash of the signed transactionLast modified 1yr ago