pub async fn get_enclave_signer_pubkey(
    enclave_signer: &Arc<RwLock<Keypair>>
) -> Result<Arc<Pubkey>, OnDemandError>