reverseENSAddress abstract method
- EthereumAddress address,
- {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});