Transactions

ColumnTypeDescription

tx_id

TEXT

ID for the transaction.

block_timestamp

TIMESTAMP_NTZ

The date and time for when the block was written.

block_height

NUMBER

The block height the block was recorded at.

chain_id

TEXT

The id for the chain of the network on which this block occurred.

tx_index

NUMBER

tbd

proposer

TEXT

Address of the transaction proposer.

payer

TEXT

Address of the wallet paying for the transaction.

authorizers

ARRAY

Address(es) authorizing the transaction.

count_authorizers

NUMBER

Number of authorizers

gas_limit

NUMBER

Upper gas limit attached to the transaction.

transaction_result

VARIANT

Outcome of the transaction, including events that were called.

tx_succeeded

BOOLEAN

Transaction status, if it succeeded or failed.

error_msg

TEXT

Error message, if the transaction failed, explaining why.

Last updated