KeyBackupEvent

class KeyBackupEvent(val error: FireblocksError? = null, val keyBackup: KeyBackup? = null) : Event

This event is sent during key backup process

Parameters

error

FireblocksError is available if the event finished with an error

See also

Constructors

Link copied to clipboard
constructor(error: FireblocksError? = null, keyBackup: KeyBackup? = null)

Properties

Link copied to clipboard
val error: FireblocksError? = null
Link copied to clipboard
val keyBackup: KeyBackup? = null

contains the meta data of the key: keyId and backup status

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