Creates a Keypair from a 32-byte seed.
32-byte
seed
static Future<Keypair> fromSeed(final Uint8List seed) => compute(Keypair.fromSeedSync, seed);