Skip to main content
Try Cobo WaaS Skill in your AI coding assistant (Claude Code, Cursor, etc.). Describe your needs in natural language to auto-generate production-ready SDK code and debug faster 🚀
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.