Skip to main content

Table Details

PropertyValue
Table Namecosmos.raw.messages
Table StatusProduction-Ready
Unique Keyblock_timestamp, transaction_hash, message_index
Clustering Key(s)to_date("block_timestamp")
Search Optimizationblock_height

Table Columns

Column NameData TypeDescription
typeVARCHAR(16777216)The type of the message.
actionVARCHAR(16777216)The operation performed by the message.
moduleVARCHAR(16777216)The module that processed the message.
message_indexNUMBER(38,0)The index of the message within the transaction.
senderVARCHAR(16777216)The address that sent the message.
block_heightNUMBER(38,0)The sequential number of the block in the blockchain.
block_timestampTIMESTAMP_NTZ(9)The timestamp when the block was created.
block_hashVARCHAR(16777216)The hash of the block.
transaction_hashVARCHAR(16777216)The hash of the transaction containing the message.
transaction_indexNUMBER(38,0)The index of the transaction within the block.
_created_atTIMESTAMP_NTZ(9)The timestamp when the entry was created.
_updated_atTIMESTAMP_NTZ(9)The timestamp when the entry was updated.