interface SignedEmail {
    email: string;
    semaphoreId: string;
    semaphoreV4Id?: string;
    signer: EdDSAPublicKey;
}

Properties

email: string
semaphoreId: string
semaphoreV4Id?: string

Generated using TypeDoc