Function podEntriesToSimplifiedJSON

  • Serializes PODEntries to a string in a simplified format optimized for compactness and human readability. The simplified format discards type information. Calling podEntriesFromSimplifiedJSON will construct PODEntries containing the same values, which will behave the same in hashing and circuits, but the type information may not be identical.

    Parameters

    • entries: PODEntries

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