derivePath will return child hdwallet
HDWallet derivePath(String path){ BIP32 child=_bip32.derivePath(path); String coinType=getCoinType(path); return HDWallet(child,coinType: coinType); }