# Functions
DistributeFunds ensures that each address in keys has at least [minFundsPerAddr] by sending funds from the key with the highest starting balance.
ExecuteLoader creates txSequences from [config] and has txAgents execute the specified simulation.
No description provided by the author
NewSingleAddressTxWorker creates and returns a new ethereumTxWorker that confirms transactions by checking the latest nonce of [address] and assuming any transaction with a lower nonce was already accepted.
NewTxReceiptWorker creates and returns a new ethereumTxWorker that confirms transactions by checking for the corresponding transaction receipt.
# Constants
Endpoint for the Prometheus Metrics Server.