Type alias EncryptableUint32

EncryptableUint32: {
    data: number;
    securityZone?: number;
    utype: FheUType.uint32;
}

Type declaration

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