Interface PODEmailPCDRequiredEntries

The POD entries which must be present in a PODEmailPCD. By extending PODEntries, we allow for additional entries beyond those required by the email POD.

interface PODEmailPCDRequiredEntries {
    emailAddress: PODStringValue;
    pod_type: EmailPODTypeValue;
    semaphoreV4PublicKey: PODEdDSAPublicKeyValue;
}

Hierarchy (view full)

Properties

emailAddress: PODStringValue
pod_type: EmailPODTypeValue
semaphoreV4PublicKey: PODEdDSAPublicKeyValue

Generated using TypeDoc