# Functions
No description provided by the author
Accounts converts a slice of env.Account objects to Account objects.
AddNonValidatorNodes Adds non-validator nodes to the network with the specified sync mode.
BuildConfig generates genesis and eth config instances, that can be modified before passing to NewNetwork or NewNode.
Uses the client to suggest a gas price and to estimate the gas.
GenerateGenesis checks that the contractsBuildPath exists and if so proceeds to generate the genesis.
No description provided by the author
NewBalanceWatcher creates a BalanceWatcher, records initial balances of the accounts.
NewNetwork generates a network of nodes that are running and mining.
NewNode creates a new running validator node with the provided config.
NewNonValidatorNode creates a new running non-validator node with the provided config.
NewTracker creates a new tracker.
ValueTransferTransactionWithDynamicFee builds a signed value transfer transaction from the sender to the recipient with the given value, nonce, gasFeeCap and gasTipCap.
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
BalanceWatcher is a helper to watch balance changes over addresses.
No description provided by the author
No description provided by the author
Node provides an enhanced interface to node.Node with useful additions, the *node.Node is embedded so that its api is available through Node.
Tracker tracks processed blocks and transactions through a subscription with an ethclient.
# Type aliases
No description provided by the author
No description provided by the author
Network represents a network of nodes and provides functionality to easily create, start and stop a collection of nodes.
No description provided by the author