Decrypt info in your smart contract
requestId
: the unique id of the request, useful to track multiple requestsresult
: the result of the decryption (encoded bytes32
value)data
: the arbitrary data passed to the callbacke.requestDecryption
returns a unique id for the request, which can be used to track multiple requests. It can be called
over an ebool
or an euint256
that the contract has access to.
Signature of the e.requestDecryption
function: