deriveDefaultPath property

  1. @override
Bip86 get deriveDefaultPath
override

derive default path

Implementation

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