getAddresses abstract method
Gets available addresses from the hardware wallet.
Implementation
Future<List<EthereumAddress>> getAddresses({int count = 5, int offset = 0});
Gets available addresses from the hardware wallet.
Future<List<EthereumAddress>> getAddresses({int count = 5, int offset = 0});