Raw
Transactions
Table Columns
Unique Key: HASH
Column Name | Description |
---|---|
HASH | The hash of the transaction |
TRANSACTION_INDEX | The index of the transaction within the ledger |
SOURCE_ACCOUNT | The account that submitted the transaction |
SOURCE_ACCOUNT_MUXED | The muxed account address (if applicable) |
SOURCE_ACCOUNT_SEQUENCE | The sequence number of the source account |
TRANSACTION_RESULT | The result code of the transaction |
SUCCESSFUL | Whether the transaction was successful |
MEMO_TYPE | The type of memo attached to the transaction |
MEMO | The memo text (if applicable) |
MEMO_BYTES | The memo as bytes (if applicable) |
TRANSACTION_MAX_FEE | The maximum fee specified for the transaction |
INNER_TRANSACTION_MAX_FEE | The maximum fee for inner transactions |
FEE_CHARGED | The actual fee charged for the transaction |
TOTAL_NON_REFUNDABLE_RESOURCE_FEE_CHARGED | Total non-refundable resource fees charged |
TOTAL_REFUNDABLE_RESOURCE_FEE_CHARGED | Total refundable resource fees charged |
RESOURCE_FEE_CHARGED | Resource fees charged for the transaction |
INCLUSION_FEE_CHARGED | Fee charged for including the transaction in the ledger |
RESOURCE_FEE_REFUND | Resource fees refunded |
FEE_ACCOUNT | The account that paid the fee |
FEE_ACCOUNT_MUXED | The muxed fee account address (if applicable) |
FEE_ACCOUNT_MUXED_ID | The muxed ID of the fee account |
FEE_BUMP_TRANSACTION | Whether this is a fee bump transaction |
ENVELOPE_XDR | The transaction envelope in XDR format |
FEE_META_XDR | The fee metadata in XDR format |
RESULT_XDR | The transaction result in XDR format |
RESULT_META_XDR | The result metadata in XDR format |
PRECONDITIONS | Transaction preconditions |
INNER_TRANSACTION | Whether this is an inner transaction |
SIGNATURES | Transaction signatures |
LEDGER_SEQUENCE | The sequence number of the ledger containing this transaction |
LEDGER_CLOSE_TIME | The close time of the ledger containing this transaction |
LEDGER_HASH | The hash of the ledger containing this transaction |
OPERATION_COUNT | The number of operations in this transaction |
_EXTRA_FIELDS | Additional fields not explicitly defined |
_CREATED_AT | Timestamp when this record was created |
_UPDATED_AT | Timestamp when this record was last updated |