reverseENSAddress abstract method

Future<ENSResponse> reverseENSAddress(
  1. EthereumAddress address,
  2. {BlockNum? toBlock}
)

Performs a reverse ENS address lookup to obtain the associated ENS name.

Given the address, this method returns an ENSResponse with information about the ENS name associated with the Ethereum address.

Implementation

Future<ENSResponse> reverseENSAddress(EthereumAddress address,
    {BlockNum? toBlock});