• Sends a request to the server to change the single email associated with their account to another email address.

    Never rejects. All information encoded in the resolved response.

    Parameters

    • zupassServerUrl: string
    • oldEmail: string
    • newEmail: string
    • pcd: SerializedPCD<SemaphoreSignaturePCD>
    • Optional confirmationCode: string

      If absent, requests a confirmation code; if present redeems it and performs the update.

    Returns Promise<ChangeUserEmailResult>

Generated using TypeDoc