Function serializeGPCProofConfig

  • Serializes GPCProofConfig to a string in a full-fidelity format. Calling deserializeGPCProofConfig will reconstruct the same object.

    Parameters

    • toSerialize: GPCProofConfig

      the GPCProofConfig to serialize

    • Optional space: number

      pretty-printing configuration, as defined by the corresponding argument to JSON.stringify.

    Returns string

    a string representation

Generated using TypeDoc