Future<List<int>> get solanaSecretKey async { final simpleKeyPairData = await _solanaKeypair.extract(); return simpleKeyPairData.bytes; }