KeyTakeoverEvent

class KeyTakeoverEvent(val error: FireblocksError? = null, val keyTakeover: KeyTakeover? = null) : Event

This event is sent during the takeover process

Parameters

error

FireblocksError is available if the event finished with an error

See also

Constructors

Link copied to clipboard
constructor(error: FireblocksError? = null, keyTakeover: KeyTakeover? = null)

Properties

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

contains the meta data of the key: keyId, algorithm and the takeover 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