Type alias PODStringValue

PODStringValue: {
    type: "string";
    value: string;
}

POD value for a user-specififed string. String values can contain any string. They are not limited like names.

Strings are represented in circuits by their hash. They can be compared for equality but not subjected to arithmetic or inequality comparisons.

Type declaration

  • type: "string"
  • value: string

Generated using TypeDoc