Versions in this module Expand all Collapse all v0 v0.1.0 Jan 19, 2024 Changes in this version + type MockAnteDecorator struct + func NewMockAnteDecorator(ctrl *gomock.Controller) *MockAnteDecorator + func (m *MockAnteDecorator) AnteHandle(ctx types.Context, tx types.Tx, simulate bool, next types.AnteHandler) (types.Context, error) + func (m *MockAnteDecorator) EXPECT() *MockAnteDecoratorMockRecorder + type MockAnteDecoratorMockRecorder struct + func (mr *MockAnteDecoratorMockRecorder) AnteHandle(ctx, tx, simulate, next interface{}) *gomock.Call + type MockNodeQuerier struct + func NewMockNodeQuerier(ctrl *gomock.Controller) *MockNodeQuerier + func (m *MockNodeQuerier) EXPECT() *MockNodeQuerierMockRecorder + func (m *MockNodeQuerier) QueryWithData(path string, data []byte) ([]byte, int64, error) + type MockNodeQuerierMockRecorder struct + func (mr *MockNodeQuerierMockRecorder) QueryWithData(path, data interface{}) *gomock.Call