@cross-nft-marketplace/auction-house-nft-hooks
Version:
Generic react hooks for fetching cross-nft-marketplace auctions, nfts, and data on arbitary 721s. Powers nft-components.
9 lines (8 loc) • 360 B
TypeScript
import { SWRConfiguration } from 'swr';
/**
* useENSAddress - Load ens address for pretty display of user addresses
*
* @param address string address to fetch zora username of
* @returns DomainResolvedPartFragment
*/
export declare function useENSAddress(address?: string, options?: SWRConfiguration<any>): import("swr").SWRResponse<string, any>;