static Future<Keypair> random() async { var mnemonic = generateMnemonic(); return fromMnemonic(mnemonic); }