Schema
Bytes32.Hex — Validates exactly 32 bytes (66-char hex with0x prefix).
Functions
from(input) — Creates Bytes32 from hex, Uint8Array, bigint, or number. toHex(bytes32) — Pure sync. Returns 66-char hex string. toBytes(bytes32) — Pure sync. Returns Uint8Array(32).Errors
InvalidBytesLengthError — Input is not exactly 32 bytes.
