BipNode deriveNode(Uint8List seed, String path) { final node = bip32.BIP32.fromSeed(seed); return node.derivePath(path); }