Versions in this module Expand all Collapse all v1 v1.3.0 Sep 11, 2024 Changes in this version + type InputterWorker struct + ApplicationAddress common.Address + InputBoxAddress common.Address + InputBoxBlock uint64 + Model Model + Provider string + Repository cRepos.InputRepository + func (w *InputterWorker) ReadPastInputs(ctx context.Context, client *ethclient.Client, inputBox *contracts.InputBox, ...) error + func (w InputterWorker) Start(ctx context.Context, ready chan<- struct{}) error + func (w InputterWorker) String() string + type Model interface + AddAdvanceInput func(sender common.Address, payload []byte, blockNumber uint64, timestamp time.Time, ...) error