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