package
0.0.0-20240910101210-a1ef4089cc28
Repository: https://github.com/ripoff2/go-ethereum.git
Documentation: pkg.go.dev
# Functions
NewBackend creates a new simulated blockchain that can be used as a backend for contract bindings in unit tests.
WithBlockGasLimit configures the simulated backend to target a specific gas limit when producing blocks.
WithCallGasLimit configures the simulated backend to cap eth_calls to a specific gas limit when running client operations.
WithMinerMinTip configures the simulated backend to require a specific minimum gas tip for a transaction to be included.
# Interfaces
Client exposes the methods provided by the Ethereum RPC client.