resolveENSName abstract method
Resolves an ENS name to its corresponding Ethereum address.
Given the name
, this method returns an ENSResponse
containing
information about the Ethereum address associated with the ENS name.
Implementation
Future<ENSResponse> resolveENSName(String name, {BlockNum? toBlock});