package
1.15.2
Repository: https://github.com/ethereum/go-ethereum.git
Documentation: pkg.go.dev

# Functions

New creates a new blob transaction pool to gather, sort and filter inbound blob transactions from the network.

# Variables

DefaultConfig contains the default configurations for the transaction pool.

# Structs

BlobPool is the transaction pool dedicated to EIP-4844 blob transactions.
Config are the configuration parameters of the blob transaction pool.

# Interfaces

BlockChain defines the minimal set of methods needed to back a blob pool with a chain.