isLevel method
check level with current bip-44 level
Implementation
bool isLevel(Bip44Levels level) {
return bip32.depth.depth == level.value;
}
check level with current bip-44 level
bool isLevel(Bip44Levels level) {
return bip32.depth.depth == level.value;
}