resolvedAddress property

Future<String> resolvedAddress

This is a promise that will resolve to the address the Contract object 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');