Documentation ¶
Index ¶
- type ContractSubmitter
- type Flags
- type KeyStoreInterface
- type ORM
- func (_m *ORM) CountFluxMonitorRoundStats() (int, error)
- 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, newRoundLogs uint) (fluxmonitorv2.FluxMonitorRoundStatsV2, error)
- func (_m *ORM) MostRecentFluxMonitorRoundID(aggregator common.Address) (uint32, error)
- func (_m *ORM) UpdateFluxMonitorRoundStats(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
func NewContractSubmitter ¶
func NewContractSubmitter(t mockConstructorTestingTNewContractSubmitter) *ContractSubmitter
NewContractSubmitter creates a new instance of ContractSubmitter. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
type Flags ¶
Flags is an autogenerated mock type for the Flags type
func NewFlags ¶
func NewFlags(t mockConstructorTestingTNewFlags) *Flags
NewFlags creates a new instance of Flags. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*Flags) ContractExists ¶
ContractExists provides a mock function with given fields:
type KeyStoreInterface ¶
KeyStoreInterface is an autogenerated mock type for the KeyStoreInterface type
func NewKeyStoreInterface ¶
func NewKeyStoreInterface(t mockConstructorTestingTNewKeyStoreInterface) *KeyStoreInterface
NewKeyStoreInterface creates a new instance of KeyStoreInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*KeyStoreInterface) EnabledKeysForChain ¶
EnabledKeysForChain provides a mock function with given fields: chainID
func (*KeyStoreInterface) GetRoundRobinAddress ¶
func (_m *KeyStoreInterface) GetRoundRobinAddress(chainID *big.Int, addrs ...common.Address) (common.Address, error)
GetRoundRobinAddress provides a mock function with given fields: chainID, addrs
type ORM ¶
ORM is an autogenerated mock type for the ORM type
func NewORM ¶
func NewORM(t mockConstructorTestingTNewORM) *ORM
NewORM creates a new instance of ORM. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*ORM) CountFluxMonitorRoundStats ¶
CountFluxMonitorRoundStats provides a mock function with given fields:
func (*ORM) CreateEthTransaction ¶
func (_m *ORM) CreateEthTransaction(fromAddress common.Address, toAddress common.Address, payload []byte, gasLimit uint32, qopts ...pg.QOpt) error
CreateEthTransaction provides a mock function with given fields: fromAddress, toAddress, payload, gasLimit, qopts
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, newRoundLogs uint) (fluxmonitorv2.FluxMonitorRoundStatsV2, error)
FindOrCreateFluxMonitorRoundStats provides a mock function with given fields: aggregator, roundID, newRoundLogs
func (*ORM) MostRecentFluxMonitorRoundID ¶
MostRecentFluxMonitorRoundID provides a mock function with given fields: aggregator
func (*ORM) UpdateFluxMonitorRoundStats ¶
func (_m *ORM) UpdateFluxMonitorRoundStats(aggregator common.Address, roundID uint32, runID int64, newRoundLogsAddition uint, qopts ...pg.QOpt) error
UpdateFluxMonitorRoundStats provides a mock function with given fields: aggregator, roundID, runID, newRoundLogsAddition, qopts