From 34fc048b6265b44a3bf37be8409f0f65d5f76db4 Mon Sep 17 00:00:00 2001 From: eshelB <98821241+eshelB@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:20:51 +0200 Subject: [PATCH] Update FHE-sol.mdx --- docs/devdocs/Writing Smart Contracts/FHE-sol.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devdocs/Writing Smart Contracts/FHE-sol.mdx b/docs/devdocs/Writing Smart Contracts/FHE-sol.mdx index f8b22ab1..b3e6cc37 100644 --- a/docs/devdocs/Writing Smart Contracts/FHE-sol.mdx +++ b/docs/devdocs/Writing Smart Contracts/FHE-sol.mdx @@ -71,7 +71,7 @@ The currently supported types are `inEuint8`, `inEuint16`, `inEuint32`, `inEuint - **Purpose**: Converts a plaintext number, encrypted variable or an `inEuint` encrypted input into an `euint` type. ### `asEbool` - Convert to Encrypted Unsigned Boolean - **Purpose**: Converts a plaintext number, encrypted variable or an `inEbool` encrypted input into an `ebool` type. -### `asEaddress` - Convert to Encrypted Unsigned Address +### `asEaddress` - Convert to Encrypted Address - **Purpose**: Converts a plaintext number, encrypted variable or an `inEaddress` encrypted input into an `eaddress` type. ### `decrypt` - Decrypt Encrypted Data