Skip to content

Commit

Permalink
Update FHE-sol.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
eshelB authored Jan 15, 2025
1 parent 8f11337 commit 6407167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devdocs/Writing Smart Contracts/FHE-sol.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6407167

Please sign in to comment.