Osmosis Fact Msg Attributes Table
osmosis.core.fact_msg_attributes
Field | Type | Descriptions |
---|---|---|
block_id | integer | Unique sequential number that identifies the current block. Called "height" on block explorers. |
block_timestamp | timestamp | The time the block began. |
blockchain | string | Cross-chain identifier. In this table, blockchain will always be Osmosis. |
chain_id | string | ID of the blockchain to connect to, i.e. Osmosis-1. |
tx_id | string | A unique key that identifies a transaction. Called "TxHash" on block explorers. |
msg_index | integer | Short for "message index," the position in which messages occur in a transaction. |
msg_type | string | A string containing information about the type of message occurring. |
attribute_index | integer | The position in which attributes occur within a message. |
attribute_key | string | A label of sorts for the attribute_value. |
attribute_value | string | Contains critical information such as addresses, amounts, tokens sent, etc. |
Last modified 9mo ago