getEnsNameForAddress abstract method

Future<String?>? getEnsNameForAddress(
  1. EthereumAddress address
)

Converts an Ethereum address to its corresponding ENS name.

  • address: The Ethereum address to convert to an ENS name.

Returns a Future that completes with the ENS name.

Implementation

Future<String?>? getEnsNameForAddress(EthereumAddress address);