getAddress abstract method

Future<Address> getAddress({
  1. int accountIndex = 0,
  2. int addressIndex = 0,
})

Returns a receiving address given an accountIndex and subaddressIndex. If the addressIndex is zero, the main address for the given accountIndex will be returned.

Implementation

Future<Address> getAddress({int accountIndex = 0, int addressIndex = 0});