Type alias EncryptableUint128

EncryptableUint128: {
    data: string | bigint;
    securityZone?: number;
    utype: FheUType.uint128;
}

Type declaration

  • data: string | bigint
  • Optional securityZone?: number
  • utype: FheUType.uint128