Raw
Messages
Table Columns
Unique Key: block_height
, transaction_hash
, message_index
Column Name | Data Type | Description |
---|---|---|
type | VARCHAR | The type of the message. |
action | VARCHAR | The operation performed by the message. |
module | VARCHAR | The module that processed the message. |
message_index | BIGINT | The index of the message within the transaction. |
sender | VARCHAR | The address that sent the message. |
block_height | BIGINT | The sequential number of the block in the blockchain. |
block_timestamp | TIMESTAMP_NTZ(9) | The timestamp when the block was created. |
block_hash | VARCHAR | The hash of the block. |
transaction_hash | VARCHAR | The hash of the transaction containing the message. |
transaction_index | BIGINT | The index of the transaction within the block. |
_created_at | TIMESTAMP_NTZ(9) | The timestamp when the entry was created. |
_updated_at | TIMESTAMP_NTZ(9) | The timestamp when the entry was updated. |