resolvedAddress property

Future<String> resolvedAddress

This is a Future that will resolve to the address this is attached to.

If an Address was provided to the constructor, it will be equal to this. If an ENS name was provided, this will be the resolved address.

Implementation

Future<String> get resolvedAddress => _get<String>('resolvedAddress');