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