exportFullPrivateKey

suspend fun exportFullPrivateKey(roomUuid: String, secretShare: Sr25519SecretShare, toExportID: String): Sr25519KeyPair?

Exports a full Sr25519 private key.

Combines secret shares to export the full private key to a single party. Requires threshold number of parties to participate.

Return

The full private key as a hex string for the receiving party, null for other parties

Parameters

roomUuid

The UUID of the export room

secretShare

The secret share of the party participating in the export

toExportID

exportID of the party that will receive the private key