Table Columns

Unique Key: block_height, transaction_hash, message_index

Column NameData TypeDescription
typeVARCHARThe type of the message.
actionVARCHARThe operation performed by the message.
moduleVARCHARThe module that processed the message.
message_indexBIGINTThe index of the message within the transaction.
senderVARCHARThe address that sent the message.
block_heightBIGINTThe sequential number of the block in the blockchain.
block_timestampTIMESTAMP_NTZ(9)The timestamp when the block was created.
block_hashVARCHARThe hash of the block.
transaction_hashVARCHARThe hash of the transaction containing the message.
transaction_indexBIGINTThe 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.