diff --git a/include/evmc/evmc.h b/include/evmc/evmc.h index 0c0cfff1d..15304f24d 100644 --- a/include/evmc/evmc.h +++ b/include/evmc/evmc.h @@ -232,6 +232,7 @@ struct evmc_tx_context size_t blob_hashes_count; /**< The number of blob hashes (EIP-4844). */ const evmc_tx_initcode* initcodes; /**< The array of transaction initcodes (TXCREATE). */ size_t initcodes_count; /**< The number of transaction initcodes (TXCREATE). */ + uint64_t block_round; /**< The Monad consensus round number; 0 for EVM. */ }; /**