Skip to main content
Version: 1.15.0

Sr25519 - Import secret share as a recipient

POST 

/sr25519/import/import-key-share-recipient

authorization

This API endpoint requires an API Key with at least one of the following Roles: KeysManager | KeysImporter

Imports a full private key and splits it into a T-of-N key sharing scheme. The resultant key shares will correspond to the exact same public key as the original private key. This method is intended for a new party, who does not currently possess the private key, to receive a key share and join the T-of-N quorum. The import operation uses the same input parameters as key generation since the process is similar for a new party joining the quorum.

Request

Responses