eth_estimateDiffSize
Returns estimated diff size and gas consumption for a potential transaction.
Path Parameters
apiKey
Request
This endpoint expects an object.
Transaction
Transaction object to simulate (same shape as eth_estimateGas).
Block
Block number or tag at which to estimate (defaults to ‘latest’ if omitted).
Response
Estimated gas usage and L1 diff size.
gas
Estimated gas consumption (hex quantity).
l1DiffSize
Estimated L1 diff size (hex quantity).