Transaction Info
@Serializable
Information about a single transaction in the response.
Constructors
Properties
Link copied to clipboard
The index of the transaction among all transactions included in the ledger
Link copied to clipboard
Deprecated - List of base64-encoded DiagnosticEvent XDR objects. Use events instead.
Link copied to clipboard
Base64-encoded TransactionEnvelope XDR
Link copied to clipboard
Base64-encoded TransactionMeta XDR
Link copied to clipboard
The status of the transaction (SUCCESS or FAILED)
Functions
Link copied to clipboard
Parses the deprecated diagnosticEventsXdr field from a list of base64-encoded strings to a list of DiagnosticEvent XDR objects.
Link copied to clipboard
Parses the envelopeXdr field from a base64-encoded string to a TransactionEnvelope XDR object.
Link copied to clipboard
Parses the resultMetaXdr field from a base64-encoded string to a TransactionMeta XDR object.
Link copied to clipboard
Parses the resultXdr field from a base64-encoded string to a TransactionResult XDR object.