Versions in this module Expand all Collapse all v1 v1.13.13 Aug 9, 2024 Changes in this version + func WithBlockGasLimit(gaslimit uint64) func(nodeConf *node.Config, ethConf *ethconfig.Config) + func WithCallGasLimit(gaslimit uint64) func(nodeConf *node.Config, ethConf *ethconfig.Config) + func WithMinerMinTip(tip *big.Int) func(nodeConf *node.Config, ethConf *ethconfig.Config) + type Backend struct + func NewBackend(alloc types.GenesisAlloc, ...) *Backend + func (n *Backend) AdjustTime(adjustment time.Duration) error + func (n *Backend) Client() Client + func (n *Backend) Close() error + func (n *Backend) Commit() common.Hash + func (n *Backend) Fork(parentHash common.Hash) error + func (n *Backend) Rollback() + type Client interface