Public Decrypt
Submit public decryption.
post/v2/public-decrypt
Request body
Example request
{
"ciphertextHandles": [
"0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890"
],
"extraData": "0x00"
}Response
Request accepted for processing.
Example response
{
"requestId": "550e8400-e29b-41d4-a716-446655440000",
"result": {
"jobId": "550e8400-e29b-41d4-a716-446655440000"
},
"status": "queued"
}