static int getAccountIndexFromDerivationPath(String derivationPath) { List<String> pathList = derivationPath.split('/'); return int.parse(pathList.last); }