ENSResolverBase class abstract

Abstract base class for handling Ethereum Name Service (ENS) resolution.

This class provides methods to interact with ENS, including resolving ENS names to addresses and formatting addresses.

Implementers

Constructors

ENSResolverBase()

Properties

ens String?
read-only
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

getEnsName() Future<String?>?
Gets the ENS name associated with the current address.
getEnsNameForAddress(EthereumAddress address) Future<String?>?
Converts an Ethereum address to its corresponding ENS name.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withClient(ChainBaseApiBase client) ENSResolverBase
Returns a new ENSResolver instance with the specified client.

Operators

operator ==(Object other) bool
The equality operator.
inherited