Type Alias HexId<Brand>

HexId: string & { __brand: Brand }

A branded hex string type. Normalized to 0x-prefixed lowercase. Different brands are compile-time incompatible despite being runtime strings.

Type Parameters

  • Brand extends string