Enumeration ArgumentTypeName

Fields of the object passed into PCDPackage.prove can only represent one of the following types. Unknown is included to be used in a similar way as {@code unknown} is used in TypeScript.

Enumeration Members

BigInt: "BigInt"
Boolean: "Boolean"
Number: "Number"
Object: "Object"
PCD: "PCD"
RecordContainer: "RecordContainer"
String: "String"
StringArray: "StringArray"
ToggleList: "ToggleList"
Unknown: "Unknown"

Generated using TypeDoc