defaultAddress method

Implementation

ShieldAddress? defaultAddress() {
  final key = findAddress(scope: Bip44Changes.chainExt);
  return key;
}