Compute a transaction hash (A.K.A. "transaction ID" or "TXID") from an encoded transaction in user interface byte order. This is the byte order typically used by block explorers, wallets, and other user interfaces.
To return this result as a string, use hashTransaction.
string
the encoded transaction
an implementation of sha256
the transaction hash in User Interface byte order
Generated using TypeDoc
Compute a transaction hash (A.K.A. "transaction ID" or "TXID") from an encoded transaction in user interface byte order. This is the byte order typically used by block explorers, wallets, and other user interfaces.
To return this result as a
string
, use hashTransaction.