v2

latestOpenAPI 3.0.12026-07-26334612609.5 KB
SDK

Reshare secret shares and update the threshold

post/sdk/{environmentId}/waas/{walletId}/reshare

Path parameters

environmentIdstring required
Example:95b11417-f18f-457f-8804-68e361f9164f

ID of the environment

walletIdstring required
Example:95b11417-f18f-457f-8804-68e361f9164f

UUID of the wallet

Request body

clientKeygenIdsNonEmptyBase58StringWith100MaxLength[] required
oldThresholdSignatureScheme'TWO_OF_TWO' | 'TWO_OF_THREE' | 'THREE_OF_FIVE' required
newThresholdSignatureScheme'TWO_OF_TWO' | 'TWO_OF_THREE' | 'THREE_OF_FIVE' required
delegateToProjectEnvironmentboolean
revokeDelegationboolean

Response

Successfully created a room for reshare ceremony

roomIdstring required
serverKeygenIdsNonEmptyBase58StringWith100MaxLength[] required
newServerKeygenIdsNonEmptyBase58StringWith100MaxLength[] required
walletIdstring

Example response

{
  "walletId": "95b11417-f18f-457f-8804-68e361f9164f"
}