TransactionSignatureEvent

class TransactionSignatureEvent(val error: FireblocksError? = null, val transactionSignature: TransactionSignature) : Event

This event is sent for a transaction signature process

Parameters

error

FireblocksError is available if the event finished with an error

See also

Constructors

Link copied to clipboard
constructor(error: FireblocksError? = null, transactionSignature: TransactionSignature)

Properties

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

contains the meta data of the signature event: txId and signing 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