Documentation ¶
Index ¶
- type ContractSubmitter
- type KeyStoreInterface
- type ORM
- func (_m *ORM) CreateEthTransaction(db *gorm.DB, fromAddress common.Address, toAddress common.Address, ...) 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(db *gorm.DB, aggregator common.Address, roundID uint32, runID int64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContractSubmitter ¶
ContractSubmitter is an autogenerated mock type for the ContractSubmitter type
type KeyStoreInterface ¶
KeyStoreInterface is an autogenerated mock type for the KeyStoreInterface type
func (*KeyStoreInterface) GetRoundRobinAddress ¶
GetRoundRobinAddress provides a mock function with given fields: _a0
func (*KeyStoreInterface) SendingKeys ¶ added in v0.10.8
func (_m *KeyStoreInterface) SendingKeys() ([]ethkey.Key, error)
SendingKeys provides a mock function with given fields:
type ORM ¶
ORM is an autogenerated mock type for the ORM type
func (*ORM) CreateEthTransaction ¶
func (_m *ORM) CreateEthTransaction(db *gorm.DB, fromAddress common.Address, toAddress common.Address, payload []byte, gasLimit uint64) error
CreateEthTransaction provides a mock function with given fields: db, fromAddress, toAddress, payload, gasLimit
func (*ORM) DeleteFluxMonitorRoundsBackThrough ¶
DeleteFluxMonitorRoundsBackThrough provides a mock function with given fields: aggregator, roundID
func (*ORM) FindOrCreateFluxMonitorRoundStats ¶
func (_m *ORM) FindOrCreateFluxMonitorRoundStats(aggregator common.Address, roundID uint32) (fluxmonitorv2.FluxMonitorRoundStatsV2, error)
FindOrCreateFluxMonitorRoundStats provides a mock function with given fields: aggregator, roundID
func (*ORM) MostRecentFluxMonitorRoundID ¶
MostRecentFluxMonitorRoundID provides a mock function with given fields: aggregator