KeyBackup

data class KeyBackup(var keyId: String? = null, var keyBackupStatus: KeyBackupStatus? = null)

Information about the generated MPC keys

Constructors

Link copied to clipboard
constructor(keyId: String? = null, keyBackupStatus: KeyBackupStatus? = null)

Properties

Link copied to clipboard

the status of this key's backup

Link copied to clipboard

the keyId of the key.

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