pub const MAX_DATA_GAS_PER_BLOCK: u64 = MAX_DATA_GAS_PER_BLOCK_DENCUN; // 786_432u64
👎Deprecated since 0.15.3: use hardfork specific MAX_DATA_GAS_PER_BLOCK_DENCUN constant or
BlobParams::max_blob_gas_per_block
Expand description
Maximum data gas for data blobs in a single block.