Hash the given payload with sha256, then hash the 32-byte result with one final round of sha256, returning a 32-byte hash.
This type of hash is used to generate identifiers for transactions and blocks (and therefore in block mining).
the Uint8Array to hash
Generated using TypeDoc
Hash the given payload with sha256, then hash the 32-byte result with one final round of sha256, returning a 32-byte hash.
This type of hash is used to generate identifiers for transactions and blocks (and therefore in block mining).