TransactionEvents
public struct TransactionEvents : Decodable, Sendable
Container for Soroban transaction diagnostic and execution events in XDR format.
-
XDR-encoded diagnostic events for debugging transaction execution.
Declaration
Swift
public let diagnosticEventsXdr: [String]? -
XDR-encoded transaction events emitted during execution.
Declaration
Swift
public let transactionEventsXdr: [String]? -
XDR-encoded contract events grouped by operation index.
Declaration
Swift
public let contractEventsXdr: [[String]]? -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
Install in Dash