Type alias JSONRevealedClaims

JSONRevealedClaims: ValibotRevealedClaims.JSONType

JSON-compatible type for representing GPCRevealedClaims, 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 boundConfigToJSON and boundConfigFromJSON to convert between JSON and TypeScript represenations.

Generated using TypeDoc