UNPKG

@kryptogo/kryptogokit-sdk-react

Version:

KryptogoKit offers a comprehensive web3 wallet solution with seamless KryptoGO Auth integration and multi-wallet connection support. Designed for users. Built for developers.

5 lines (4 loc) 255 B
import { type Address } from 'viem'; export declare function getStorageEnsNameKey(address: Address): string; export declare function addEnsName(address: Address, ensName: string): void; export declare function getEnsName(address: Address): string | null;