extractAddress method
Loads the ethereum address specified by these credentials.
Implementation
@override
Future<ToplAddress> extractAddress() async {
return Future.value(address);
}
Loads the ethereum address specified by these credentials.
@override
Future<ToplAddress> extractAddress() async {
return Future.value(address);
}