Key Recovery
data class KeyRecovery(var keyId: String? = null, var algorithm: Algorithm? = null, var keyRecoveryStatus: KeyRecoveryStatus? = null)
Information about the recover MPC keys
Constructors
Link copied to clipboard
constructor(keyId: String? = null, algorithm: Algorithm? = null, keyRecoveryStatus: KeyRecoveryStatus? = null)