Create an Electrum V1 instance from a seed.
factory ElectrumV1.fromSeed(List<int> seedBytes) { return ElectrumV1.fromPrivateKey(seedBytes); }