UNPKG

@justaname.id/hybrid-primary-name

Version:

> **This package is no longer maintained.** It will not receive updates, > bug fixes, or security patches. The repository has been archived. > Please do not use this package in new projects.

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