getAddress
import { getAddress } from '@coinbase/onchainkit/identity'; const address = await getAddress({ name: 'zizzamia.eth' });
import { getAddress } from '@coinbase/onchainkit/identity'; import { base } from 'viem/chains'; const address = await getAddress({ name: 'zizzamia.base.eth', chain: base });
GetAddressReturnType
GetAddress
Was this page helpful?