Type alias PODCryptographicValue

PODCryptographicValue: {
    type: "cryptographic";
    value: bigint;
}

POD value for unconstrained integer values such as hashes. These can be any value which fits into a circuit signal. The constants POD_CRYPTOGRAPHIC_MIN and POD_CRYPTOGRAPHIC_MAX specify the legal range.

Type declaration

  • type: "cryptographic"
  • value: bigint

Generated using TypeDoc