Schemas
Bytes.Hex — Decodes from hex, Uint8Array, or number array into brandedBytesType.
Functions
Bytes.from(input) — ReturnsEffect<BytesType, InvalidRangeError>.
Bytes32.from(input) — Returns Effect<Bytes32Type, Error>.
Types
Errors
InvalidRangeError on invalid input.
