KeyRecovery

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)

Properties

Link copied to clipboard

the algorithm

Link copied to clipboard

the keyId

Link copied to clipboard

the status of the key recovery

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String