Table Columns

Unique Key:

Column NameData TypeDescription
consensus_timestampTIMESTAMP_NTZ(9)The consensus timestamp when the message was submitted
topic_idVARCHARUnique identifier for the topic
sequence_numberBIGINTSequence number of the message within the topic
payer_account_idVARCHARAccount ID of the account that paid for the message submission
message_base64VARCHARMessage content encoded in base64
messageVARCHARDecoded message content
chunk_infoVARIANTInformation about message chunks if the message was split
running_hashVARCHARRunning hash of all messages in the topic up to this message
running_hash_versionBIGINTVersion of the running hash algorithm
message_idVARCHARUnique identifier for the message
consensus_timestamp_rawDECIMAL(29,9)Raw consensus timestamp as decimal
block_numberBIGINTBlock number containing this message
block_hashVARCHARHash of the block containing this message
transaction_hashVARCHARHash of the transaction that submitted this message
transaction_idVARCHARUnique identifier for the transaction
transaction_nonceBIGINTNonce of the transaction
transaction_resultVARCHARResult of the transaction
_created_atTIMESTAMP_NTZ(9)Timestamp when this record was created
_updated_atTIMESTAMP_NTZ(9)Timestamp when this record was last updated