Skip to main content

NON_TRANSACTION_SIZE_ESTIMATE

Constant NON_TRANSACTION_SIZE_ESTIMATE 

Source
pub(crate) const NON_TRANSACTION_SIZE_ESTIMATE: usize = 2048;
Expand description

Conservative estimate for non-transaction execution block RLP bytes.

Exact block RLP length is computed asynchronously after payload construction, so the builder uses this margin together with known transaction, withdrawal, and extra-data lengths for Osaka size checks and pacing estimates.