Event

Types

Link copied to clipboard
class KeyBackupEvent(val error: FireblocksError? = null, val keyBackup: KeyBackup? = null) : Event

This event is sent during key backup process

Link copied to clipboard
class KeyCreationEvent(val error: FireblocksError? = null, val keyDescriptor: KeyDescriptor? = null) : Event

This event is sent during key creation process

Link copied to clipboard
class KeyRecoveryEvent(val error: FireblocksError? = null, val keyRecovery: KeyRecovery? = null) : Event

This event is sent during key recovery process

Link copied to clipboard
class KeyTakeoverEvent(val error: FireblocksError? = null, val keyTakeover: KeyTakeover? = null) : Event

This event is sent during the takeover process

Link copied to clipboard
class TransactionSignatureEvent(val error: FireblocksError? = null, val transactionSignature: TransactionSignature) : Event

This event is sent for a transaction signature process

Properties

Link copied to clipboard
val error: FireblocksError? = null

Functions

Link copied to clipboard
open override fun toString(): String