Documentation ¶
Index ¶
- type ExecutionDataRequester
- func (_m *ExecutionDataRequester) Done() <-chan struct{}
- func (_m *ExecutionDataRequester) HighestConsecutiveHeight() (uint64, error)
- func (_m *ExecutionDataRequester) OnBlockFinalized(_a0 *model.Block)
- func (_m *ExecutionDataRequester) Ready() <-chan struct{}
- func (_m *ExecutionDataRequester) Start(_a0 irrecoverable.SignalerContext)
- type IndexReporter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecutionDataRequester ¶ added in v0.26.2
ExecutionDataRequester is an autogenerated mock type for the ExecutionDataRequester type
func NewExecutionDataRequester ¶ added in v0.26.2
func NewExecutionDataRequester(t interface { mock.TestingT Cleanup(func()) }) *ExecutionDataRequester
NewExecutionDataRequester creates a new instance of ExecutionDataRequester. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ExecutionDataRequester) Done ¶ added in v0.26.2
func (_m *ExecutionDataRequester) Done() <-chan struct{}
Done provides a mock function with given fields:
func (*ExecutionDataRequester) HighestConsecutiveHeight ¶ added in v0.31.0
func (_m *ExecutionDataRequester) HighestConsecutiveHeight() (uint64, error)
HighestConsecutiveHeight provides a mock function with given fields:
func (*ExecutionDataRequester) OnBlockFinalized ¶ added in v0.26.2
func (_m *ExecutionDataRequester) OnBlockFinalized(_a0 *model.Block)
OnBlockFinalized provides a mock function with given fields: _a0
func (*ExecutionDataRequester) Ready ¶ added in v0.26.2
func (_m *ExecutionDataRequester) Ready() <-chan struct{}
Ready provides a mock function with given fields:
func (*ExecutionDataRequester) Start ¶ added in v0.26.2
func (_m *ExecutionDataRequester) Start(_a0 irrecoverable.SignalerContext)
Start provides a mock function with given fields: _a0
type IndexReporter ¶ added in v0.32.10
IndexReporter is an autogenerated mock type for the IndexReporter type
func NewIndexReporter ¶ added in v0.32.10
func NewIndexReporter(t interface { mock.TestingT Cleanup(func()) }) *IndexReporter
NewIndexReporter creates a new instance of IndexReporter. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*IndexReporter) HighestIndexedHeight ¶ added in v0.32.10
func (_m *IndexReporter) HighestIndexedHeight() (uint64, error)
HighestIndexedHeight provides a mock function with given fields:
func (*IndexReporter) LowestIndexedHeight ¶ added in v0.32.10
func (_m *IndexReporter) LowestIndexedHeight() (uint64, error)
LowestIndexedHeight provides a mock function with given fields: