Home > @infiniteobjects/eth-service > EthereumService > getENS
Returns the ENS of the provided wallet
Signature:
getENS(wallet: string): Promise<string | null>;
Returns:
Promise<string | null>