static Future<Wallet> fromBip39HexSeed(String hex) async { HexDecoder decoder = HexDecoder(); return Wallet._init(decoder.convert(hex)); }