Type alias EncryptableUint256

EncryptableUint256: {
    data: string | bigint;
    securityZone?: number;
    utype: FheUType.uint256;
}

Type declaration

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