Message Log Starknet
Field | Type | Description |
---|---|---|
message_hash | hex string | Message Hash of the message that is sent in the log |
type | L1_TO_L2__LOGGED_ON_L1 L1_TO_L2__EXECUTED_ON_L2 L1_TO_L2__CONSUMED_ON_L1 L1_TO_L2__CANCELLATION_STARTED_ON_L1 L1_TO_L2__CANCELLED_ON_L1 L2_TO_L1__EXECUTED_ON_L2 L2_TO_L1__LOGGED_ON_L1 L2_TO_L1__CONSUMED_ON_L1 | Type of message log |
message | Message Object | |
block_hash | hex string | Starknet Block Hash that this message log is included in |
block_number | integer | Starknet Block Number that this message log is included in |
transaction_hash | hex string | Starknet Transaction Hash that this message log is included in |
Message Log Ethereum
Field | Type | Description |
---|---|---|
message_hash | hex string | Message Hash of the message that is sent in the log |
type | L1_TO_L2__LOGGED_ON_L1 L1_TO_L2__EXECUTED_ON_L2 L1_TO_L2__CONSUMED_ON_L1 L1_TO_L2__CANCELLATION_STARTED_ON_L1 L1_TO_L2__CANCELLED_ON_L1 L2_TO_L1__EXECUTED_ON_L2 L2_TO_L1__LOGGED_ON_L1 L2_TO_L1__CONSUMED_ON_L1 | Type of message log |
message | Message | |
eth_block_hash | hex string | Ethereum Block Hash that this message log is included in |
eth_block_number | integer | Ethereum Block Number that this message log is included in |
eth_transaction_hash | hex string | Ethereum Transaction Hash that this message log is included in |