Documentation Index
Fetch the complete documentation index at: https://cobo.com/developers/llms.txt
Use this file to discover all available pages before exploring further.
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
The ID of the TSS key share group used to recover the private key.