Overview
TransactionHash is a brandedUint8Array type representing a 32-byte transaction identifier in Ethereum. Every transaction has a unique hash computed from its contents.
Type Definition
Creating TransactionHashes
from
Universal constructor accepting hex string or bytes.fromHex
Parse from hex string (with or without 0x prefix).fromBytes
Create fromUint8Array.

