KeyTakeover

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)

Properties

Link copied to clipboard

the algorithm

Link copied to clipboard

the keyId

Link copied to clipboard

the status of the key takeover

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