deriveDefaultPath property

  1. @override
Bip49 get deriveDefaultPath
override

derive default path

Implementation

@override
Bip49 get deriveDefaultPath {
  final Bip44Base bipObj = purpose.coin;
  return Bip49._(bipObj.bip32.derivePath(bipObj.coinConf.defPath), coinConf);
}