Object
When Horizon returns information about a transaction, it uses the following format:
ATTRIBUTEDATA TYPE
DESCRIPTION
idstring
A unique identifier for this transaction.
paging_tokennumber
A cursor value for use in pagination.
successfulboolean
Indicates if this transaction was successful or not.
hashstring
A hex-encoded SHA-256 hash of this transaction’s XDR-encoded form.
ledgernumber
The sequence number of the ledger that this transaction was included in.
created_atISO8601 string
The date this transaction was created.
source_accountstring
The account that originates the transaction.
source_account_sequencestring
The source account’s sequence number that this transaction consumed.
fee_chargednumber
The fee (in stroops) paid by the source account to apply this transaction to the ledger.
max_feenumber
The maximum fee (in stroops) that the source account was willing to pay.
operation_countnumber
The number of operations contained within this transaction.
envelope_xdrstring
A base64 encoded string of the raw
TransactionEnvelope
XDR struct for this transaction.result_xdrstring
A base64 encoded string of the raw
TransactionResult
XDR struct for this transaction.result_meta_xdrstring
A base64 encoded string of the raw
TransactionMeta
XDR struct for this transactionfee_meta_xdrstring
A base64 encoded string of the raw
LedgerEntryChanges
XDR struct produced by taking fees for this transaction.memostring
The optional memo attached to a transaction.
memo_typestring
The type of memo. Potential values include
MEMO_TEXT
,MEMO_ID
,MEMO_HASH
,MEMO_RETURN
.signaturesstring
An array of signatures used to sign this transaction.
valid_afterRFC3339 date-time string
The date after which a transaction is valid.
valid_beforeRFC3339 date-time string
The date before which a transaction is valid.
Last updated