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
Properties
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