Key Takeover
data class KeyTakeover(var keyId: String? = null, var algorithm: Algorithm? = null, var keyTakeoverStatus: KeyTakeoverStatus? = null)
Information about the recover MPC keys
Constructors
Link copied to clipboard
constructor(keyId: String? = null, algorithm: Algorithm? = null, keyTakeoverStatus: KeyTakeoverStatus? = null)