MCPcopy Create free account
hub / github.com/wevm/viem /

Class

src/errors/encoding.ts:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 name: 'InvalidBytesBooleanError'
33}
34export class InvalidBytesBooleanError extends BaseError {
35 constructor(bytes: ByteArray) {
36 super(
37 `Bytes value "${bytes}" is not a valid boolean. The bytes array must contain a single byte of either a 0 or 1 value.`,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected