Function serializeGPCRevealedClaims

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

    Parameters

    • toSerialize: GPCRevealedClaims

      the GPCRevealedClaims 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