package
0.14.0
Repository: https://github.com/ava-labs/coreth.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.

# Structs

Backend is a simulated blockchain.

# Interfaces

Client exposes the methods provided by the Ethereum RPC client.