Guide
MPC progress callbacks
This section describes how to check in on the status of each MPC operation
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
This section describes how to check in on the status of each MPC operation
case generatingShare = "Generating share"
case parsingShare = "Parsing share"
case storingShare = "Storing share"
case encryptingShare = "Encrypting share"
case decryptingShare = "Decrypting share"
case readingShare = "Reading share"
case recoveringBackupShare = "Recovering backup share"
case recoveringSigningShare = "Recovering signing share"
case done = "Done"
case generatingShare = "Generating share"
case parsingShare = "Parsing share"
case storingShare = "Storing share"
case done = "Done"
case readingShare = "Reading share"
case generatingShare = "Generating share"
case parsingShare = "Parsing share"
case encryptingShare = "Encrypting share"
case storingShare = "Storing share"
case done = "Done"
case readingShare = "Reading share"
case decryptingShare = "Decrypting share"
case parsingShare = "Parsing share"
case generatingShare = "Generating share"
case storingShare = "Storing share"
case done = "Done"
case generatingShare = "Generating share"
case parsingShare = "Parsing share"
case storingShare = "Storing share"
case done = "Done"
Was this page helpful?