Type alias EncryptableUint16

EncryptableUint16: {
    data: number;
    securityZone?: number;
    utype: FheUType.uint16;
}

Type declaration

  • data: number
  • Optional securityZone?: number
  • utype: FheUType.uint16