Versions in this module Expand all Collapse all v0 v0.22.0 Apr 19, 2024 v0.21.0 Apr 10, 2024 v0.20.0 Mar 28, 2024 Changes in this version + type TxListValidator struct + func NewTxListValidator(blockMaxGasLimit uint64, maxBytesPerTxList uint64, chainID *big.Int) *TxListValidator + func (v *TxListValidator) ValidateTxList(blockID *big.Int, txListBytes []byte, blobUsed bool) (isValid bool)