TransactionResult
public struct TransactionResult
The transaction result in the chain
-
The status of transaction
Declaration
Swift
public let status: Transaction.Status
-
The error message for the transaction
Declaration
Swift
public let errorMessage: String
-
The emitted events by this transaction
Declaration
Swift
public let events: [Event]