diff --git a/docs/fundamentals/asyncDecrypt.png b/docs/fundamentals/asyncDecrypt.png new file mode 100644 index 00000000..e0d23c66 Binary files /dev/null and b/docs/fundamentals/asyncDecrypt.png differ diff --git a/docs/fundamentals/decrypt.md b/docs/fundamentals/decrypt.md index b8913017..62d239aa 100644 --- a/docs/fundamentals/decrypt.md +++ b/docs/fundamentals/decrypt.md @@ -8,6 +8,8 @@ We allow explicit decryption requests for any encrypted type. The values are decrypted with the network private key (the threshold decryption protocol is in the works). +![](asyncDecrypt.png) + ### Example The decryption operation is asynchronous. To use it, your contract must extend the `OracleCaller` contract. This will import automatically the `Oracle` solidity library as well. See the following example: