resolveENSName abstract method

Future<ENSResponse> resolveENSName(
  1. String name,
  2. {BlockNum? toBlock}
)

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});