Type alias UpgradeUserWithV4CommitmentRequest

UpgradeUserWithV4CommitmentRequest: {
    pcd: SerializedPCD<SemaphoreSignaturePCD>;
}

Asks the Zupass server to add a user's semaphore v4 commitment to their existing account.

Type declaration

  • pcd: SerializedPCD<SemaphoreSignaturePCD>

    semaphore v3 signature of semaphore v4 signature (i.e. a POD) of v3 commitment created by makeUpgradeUserWithV4CommitmentRequest

Generated using TypeDoc