Optional
membershipJSON-formatted membership lists to narrow down the selection of POD PCDs
to those satisfying the list membership check specified in the proof
config. This should coincide with the membership lists supplied in
the GPCPCDArgs
(if any). May be parsed using
@pcd/gpc!podMembershipListsFromJSON
Optional
notMessage to display if the POD specified in the config does not match any of the available POD PCDs.
Optional
prescribedJSON-formatted PODEntries
.This is used to narrow down the selection of
POD PCDs to those with entries matching these prescribed values.
You can use fixedPODEntriesFromJSON to parse this object.
Optional
prescribedRecord of prescribed signers' public keys. This is used to narrow down the selection of POD PCDs to those with signers' public keys matching these prescribed values.
Optional
proofJSON-formatted proof configuration used to narrow down the selection of
POD PCDs. This should coincide with the proof config supplied in the
GPCPCDArgs
. May be parsed using @pcd/gpc!proofConfigFromJSON.
Generated using TypeDoc
Validator parameters for POD PCD arguments. These will play a role in filtering the selection of PODs available for a user to choose for their proof.