Account Structs
When making CPI calls to Inco Lightning, you need to pass specific account structures. This guide explains each account struct and when to use it.Overview
Operation
The simplest account struct, used for most encrypted operations.e_add, e_sub, e_mul, e_rem), comparisons (e_ge, e_gt, e_le, e_lt, e_eq), bitwise operations (e_and, e_or, e_not, e_shl, e_shr), random generation (e_rand), input functions (new_euint128, new_ebool, as_euint128, as_ebool), and conditional selection (e_select).