getAddress method

Future<EvmAddr> getAddress()

Implementation

Future<EvmAddr> getAddress() {
  return signer.getAddress();
}