Get Transaction Response
Response for JSON-RPC method getTransaction.
Contains information about a specific transaction, including its status, XDR data, and ledger information.
See also
Constructors
Properties
The index of the transaction among all transactions included in the ledger (null if not found)
Base64-encoded TransactionEnvelope XDR (null if not found)
The latest ledger known to Soroban RPC at the time it handled the request
Unix timestamp of when the latest ledger was closed
The oldest ledger retained by Soroban RPC
Unix timestamp of when the oldest ledger was closed
Base64-encoded TransactionMeta XDR (null if not found)
The current status of the transaction
Functions
Extracts the created contract ID from a deploy contract transaction.
Extracts the return value from a successful Soroban contract invocation.
Parses the envelopeXdr field from a base64-encoded string to a TransactionEnvelope XDR object.
Parses the resultMetaXdr field from a base64-encoded string to a TransactionMeta XDR object.
Parses the resultXdr field from a base64-encoded string to a TransactionResult XDR object.