From 8f11337602a3e90aec2fc9c9b5ca7481a53a98e2 Mon Sep 17 00:00:00 2001 From: eshelB <98821241+eshelB@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:23:36 +0200 Subject: [PATCH] Update FHE-sol.mdx --- .../version-Helium/devdocs/Writing Smart Contracts/FHE-sol.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-Helium/devdocs/Writing Smart Contracts/FHE-sol.mdx b/versioned_docs/version-Helium/devdocs/Writing Smart Contracts/FHE-sol.mdx index 84c45866..9c0ad2fe 100644 --- a/versioned_docs/version-Helium/devdocs/Writing Smart Contracts/FHE-sol.mdx +++ b/versioned_docs/version-Helium/devdocs/Writing Smart Contracts/FHE-sol.mdx @@ -69,7 +69,7 @@ The currently supported types are `inEuint8`, `inEuint16`, `inEuint32`, `inEuint ### `asEuint` - Convert to Encrypted Unsigned Integer - **Purpose**: Converts a plaintext number, encrypted variable or an `inEuint` encrypted input into an `euint` type. -### `asEbool` - Convert to Encrypted Unsigned Boolean +### `asEbool` - Convert to Encrypted Boolean - **Purpose**: Converts a plaintext number, encrypted variable or an `inEbool` encrypted input into an `ebool` type. ### `asEaddress` - Convert to Encrypted Address - **Purpose**: Converts a plaintext number, encrypted variable or an `inEaddress` encrypted input into an `eaddress` type.