export Full Private Key
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
room Uuid
The UUID of the export room
secret Share
The secret share of the party participating in the export
to Export ID
exportID of the party that will receive the private key