Type alias EncryptableUint64

EncryptableUint64: {
    data: string | bigint;
    securityZone?: number;
    utype: FheUType.uint64;
}

Type declaration

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