The claim for a PODEmailPCD.

We include the podEntries field to allow for extensions to the POD in the future. The type indicates that certain entries are required, but does not indicate that there are no additional entries.

Because our PCD includes the full set of entries, it is always possible to reconstruct the POD that was used to produce the signature, even if other logic changes.

interface PODEmailPCDClaim {
    podEntries: PODEmailPCDRequiredEntries;
    signerPublicKey: string;
}

Properties

signerPublicKey: string

Generated using TypeDoc