Type alias JSONProofConfig

JSONProofConfig: ValibotProofConfig.JSONType

JSON-compatible type for representing GPCProofConfig, which is safe to serialize directly using JSON.stringify.

This is identical to the TypeScript type except that bigint and @pcd/pod!PODValue elements are replaced by JSON-compatible representations defined by @pcd/pod!JSONBigInt and JSONPODValue respectively.

Use proofConfigToJSON and proofConfigFromJSON to convert between JSON and TypeScript represenations.

Generated using TypeDoc