UNPKG

@justaname.id/hybrid-primary-name

Version:

**Hybrid Primary Name** is a Viem extension package that enables reverse ENS resolution to fetch the primary ENS name associated with a given Ethereum address. It integrates seamlessly with both Viem's `createPublicClient` and ENS's `createEnsPublicClient

8 lines (7 loc) 151 B
export interface PrimaryNameGetByAddressResponse { id: string; name: string; address: string; nameHash: string; chainId: number; }