# Functions
NewMiner creates and returns an ETH1 node miner.
NewNode creates and returns ETH1 node.
NewNodeSet creates and returns a set of Eth1 nodes.
NewProxy creates and returns an engine-api proxy.
NewProxySet creates and returns a set of engine-api proxies.
WaitForBlocks waits for a certain amount of blocks to be mined by the ETH1 chain before returning.
# Constants
KeystorePassword is the password used to decrypt ETH1 keystores.
NetworkId is the ID of the ETH1 chain.
# Structs
DepositHistory is a type used by Depositor to keep track of batches of deposit for test assertion purposes.
Miner represents an ETH1 node which mines blocks.
Node represents an ETH1 node.
NodeSet represents a set of Eth1 nodes, none of which is a mining node.
Proxy represents an engine-api proxy.
ProxySet represents a set of proxies for the engine-api.
SentDeposit is the record of an individual deposit which has been successfully submitted as a transaction.