Function podMembershipListsFromSimplifiedJSON

  • Deserializes PODMembershipLists from the simplified format produced by podMembershipListsToSimplifiedJSON. Type information is inferred from the values in a way which should preserve hashing and circuit behavior, but isn't guaranteed to be identical to the types before serialization. For instance, small numbers are always annotated as int, rather than cryptographic.

    Parameters

    • simplifiedJSON: string

      a string representation of PODMembershipLists

    Returns PODMembershipLists

    PODMembershipLists deserialized from the string

    Throws

    if the serialized form is invalid

Generated using TypeDoc