Request Status
The following table outlines the possible statuses for a TSS (Threshold Signature Scheme) request:
Status
Name | Description |
---|---|
inprogress | The request has been successfully received by the server and is currently undergoing processing. |
signed | The request message or transaction has been signed. Upon querying the request, the user will receive the corresponding signature or signed transaction. |
completed | For send transaction requests (the transaction that will be broadcasted by xellar), this status indicates that the transaction has been successfully broadcasted to the blockchain. For sign-only requests, it denotes the completion of the signing process (without broadcast to blockchain). |
failed_broadcast | This status is applicable to transaction requests that failed to be broadcasted to the blockchain. The request will include a broadcastError attribute that provides a detailed explanation of the failure. |