Optional
contentID?: GPCProofEntryConfigCommonThe content ID of this object to be proven. The GPC can choose to simply reveal it or else hide it but constrain it to lie in a list or be equal to another object's signing key. If this configuration is undefined, the content ID will not be revealed.
The entries of this object to be proven. This is generally not all of the entries of a POD, but only the entries which need to be proven.
For each entry here, the GPC will prove that an entry by that name exists in the POD's Merkle tree representation. The entry's name is always revealed by its hash in the proof, with the full name included in the GPCBoundConfig. The entry's value may be hidden or revealed, or constrained in other ways based on other parts of this configuration.
Optional
signerThe signer's public key of this object to be proven. The GPC can choose to simply reveal it or else hide it but constrain it to lie in a list or be equal to another object's signing key. If this configuration is undefined, the signer's public key will be revealed.
Generated using TypeDoc
GPCProofConfig for a single POD object, specifying which featuers and constraints should be enabled for that object and its entries.