FlowTransactionInfo

data class FlowTransactionInfo(val stateMachineRunId: StateMachineRunId, val txId: String, val status: TransactionStatus, val timestamp: Instant, val metadata: TransactionMetadata?)

Transaction recovery type information.

Constructors

Link copied to clipboard
constructor(stateMachineRunId: StateMachineRunId, txId: String, status: TransactionStatus, timestamp: Instant, metadata: TransactionMetadata?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun isInitiator(myCordaX500Name: CordaX500Name): Boolean