arktypea
arktype8mo ago
McKamyk

validating 0x prefixed hex

How can I validate a hex string that is prefixed by 0x<hex>

in typescript...
type Address = `0x${string}`


Can I do this same thing here?
Was this page helpful?