the encoded transaction
an implementation of sha256
Returns the sha256 hash of the provided input.
To incrementally construct a sha256 hash (e.g. for streaming), use init
,
update
, and final
.
a Uint8Array to be hashed using sha256
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.Returns
the transaction hash in User Interface byte order