Event
Types
Link copied to clipboard
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