Skip to main content
The UCWRecoverKey class allows you to import multiple recovery key shares to recover the private keys.
public init(tssKeyShareGroupID: String)
let tssKeyShareGroupID = "gjRIvhmnDfpcGrzjOABE"
var recoverKey: UCWRecoverKey?

do {
    recoverKey = try UCWRecoverKey(tssKeyShareGroupID: tssKeyShareGroupID)
} catch {
    print("Error: \(error)")
}

Parameters

tssKeyShareGroupID
string
The ID of the TSS key share group used to recover the private key.