Versions in this module Expand all Collapse all v0 v0.0.1 May 19, 2021 Changes in this version + type ContractSubmitter struct + func (_m *ContractSubmitter) Submit(roundID *big.Int, submission *big.Int) error + type KeyStoreInterface struct + func (_m *KeyStoreInterface) Accounts() []accounts.Account + func (_m *KeyStoreInterface) GetRoundRobinAddress() (common.Address, error) + type ORM struct + func (_m *ORM) CreateEthTransaction(fromAddress common.Address, toAddress common.Address, payload []byte, ...) error + func (_m *ORM) DeleteFluxMonitorRoundsBackThrough(aggregator common.Address, roundID uint32) error + func (_m *ORM) FindOrCreateFluxMonitorRoundStats(aggregator common.Address, roundID uint32) (fluxmonitorv2.FluxMonitorRoundStatsV2, error) + func (_m *ORM) MostRecentFluxMonitorRoundID(aggregator common.Address) (uint32, error) + func (_m *ORM) UpdateFluxMonitorRoundStats(aggregator common.Address, roundID uint32, runID int64) error