Skip to main content

analytics-and-graphql

Address

FieldTypeDescription
account_addressVARCHARThe account address associated with the Address struct.
first_appearance_txVARCHARThe identifier of the transaction where this address first appeared.
first_appearance_timeBIGINTThe timestamp (Unix time) of the first appearance of this address.

Checkpoint

FieldTypeDescription
sequence_numberBIGINTThe sequence number of the checkpoint.
checkpoint_digestVARCHARThe digest (hash) of the checkpoint.
epochBIGINTThe epoch number for this checkpoint.
transactionsJSON or TEXTA serialized list of transaction identifiers in the checkpoint (as JSON or comma-separated values).
previous_checkpoint_digestVARCHARThe digest (hash) of the previous checkpoint, if any.
end_of_epochBOOLEANIndicates if this checkpoint is the end of an epoch.
total_gas_costBIGINTThe total gas cost for this checkpoint.
total_computation_costBIGINTThe total computation cost for this checkpoint.
total_storage_costBIGINTThe total storage cost for this checkpoint.
total_storage_rebateBIGINTThe total storage rebate for this checkpoint.
total_transaction_blocksBIGINTThe total number of transaction blocks in this checkpoint.
total_transactionsBIGINTThe total number of transactions in this checkpoint.
network_total_transactionsBIGINTThe total number of transactions in the network up to this checkpoint.
timestamp_msBIGINTThe timestamp (in milliseconds) for this checkpoint.
validator_signatureVARCHARThe signature of the validator for this checkpoint.