arcium_decrypt_result
Decrypt encrypted computation results by combining your private key with the result nonce.
Instructions
Decrypt an encrypted computation result using your private key and the result nonce.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nonce | Yes | Hex-encoded nonce from computation result | |
| mxe_public_key | Yes | Hex-encoded MXE public key | |
| encrypted_result | Yes | Hex-encoded encrypted result. For multiple values, pass comma-separated hex ciphertexts. | |
| client_private_key | Yes | Hex-encoded x25519 private key |