Appearance
Checks if the address is valid.
import { isAddress } from 'viem'
import { isAddress } from 'viem' isAddress('0xa5cc3c03994db5b0d9a5eEdD10Cabab0813678ac') // true
boolean
Whether or not the address is valid.
string
An Ethereum address.