deriveDefaultPath property

  1. @override
Bip44 get deriveDefaultPath
override

derive default path

Implementation

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