Versions in this module Expand all Collapse all v0 v0.1.0 Apr 17, 2025 Changes in this version + const MetricsEndpoint + func DistributeFunds(ctx context.Context, client ethclient.Client, keys []*key.Key, numKeys int, ...) ([]*key.Key, error) + func ExecuteLoader(ctx context.Context, config config.Config) error + func NewSingleAddressTxWorker(ctx context.Context, client ethclient.Client, address common.Address) *ethereumTxWorker + func NewTxReceiptWorker(ctx context.Context, client ethclient.Client) *ethereumTxWorker + type Loader struct + func New[T txs.THash](clients []txs.Worker[T], txSequences []txs.TxSequence[T], batchSize uint64, ...) *Loader[T] + func (l *Loader[T]) ConfirmReachedTip(ctx context.Context) error + func (l *Loader[T]) Execute(ctx context.Context) error