package
0.0.0-20250211035330-73cac304b8dd
Repository: https://github.com/zenanet-network/go-zenanet.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.

# Structs

Backend is a simulated blockchain.

# Interfaces

Client exposes the methods provided by the Zenanet RPC client.