Versions in this module Expand all Collapse all v0 v0.1.3 Nov 25, 2021 v0.1.1 Nov 25, 2021 Changes in this version + type MockAccountRetriever struct + func NewMockAccountRetriever(ctrl *gomock.Controller) *MockAccountRetriever + func (m *MockAccountRetriever) EXPECT() *MockAccountRetrieverMockRecorder + func (m *MockAccountRetriever) EnsureExists(nodeQuerier context.NodeQuerier, addr types.AccAddress) error + func (m *MockAccountRetriever) GetAccountNumberSequence(nodeQuerier context.NodeQuerier, addr types.AccAddress) (uint64, uint64, error) + type MockAccountRetrieverMockRecorder struct + func (mr *MockAccountRetrieverMockRecorder) EnsureExists(nodeQuerier, addr interface{}) *gomock.Call + func (mr *MockAccountRetrieverMockRecorder) GetAccountNumberSequence(nodeQuerier, addr interface{}) *gomock.Call + 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 MockAppModule struct + func NewMockAppModule(ctrl *gomock.Controller) *MockAppModule + func (m *MockAppModule) BeginBlock(arg0 types.Context, arg1 types0.RequestBeginBlock) + func (m *MockAppModule) DefaultGenesis(arg0 codec.JSONMarshaler) json.RawMessage + func (m *MockAppModule) EXPECT() *MockAppModuleMockRecorder + func (m *MockAppModule) EndBlock(arg0 types.Context, arg1 types0.RequestEndBlock) []types0.ValidatorUpdate + func (m *MockAppModule) ExportGenesis(arg0 types.Context, arg1 codec.JSONMarshaler) json.RawMessage + func (m *MockAppModule) GetQueryCmd(arg0 *codec.Codec) *cobra.Command + func (m *MockAppModule) GetTxCmd(arg0 context.CLIContext) *cobra.Command + func (m *MockAppModule) InitGenesis(arg0 types.Context, arg1 codec.JSONMarshaler, arg2 json.RawMessage) []types0.ValidatorUpdate + func (m *MockAppModule) Name() string + func (m *MockAppModule) NewHandler() types.Handler + func (m *MockAppModule) NewQuerierHandler() types.Querier + func (m *MockAppModule) QuerierRoute() string + func (m *MockAppModule) RegisterCodec(arg0 *codec.Codec) + func (m *MockAppModule) RegisterInvariants(arg0 types.InvariantRegistry) + func (m *MockAppModule) RegisterRESTRoutes(arg0 context.CLIContext, arg1 *mux.Router) + func (m *MockAppModule) Route() string + func (m *MockAppModule) ValidateGenesis(arg0 codec.JSONMarshaler, arg1 json.RawMessage) error + type MockAppModuleBasic struct + func NewMockAppModuleBasic(ctrl *gomock.Controller) *MockAppModuleBasic + func (m *MockAppModuleBasic) DefaultGenesis(arg0 codec.JSONMarshaler) json.RawMessage + func (m *MockAppModuleBasic) EXPECT() *MockAppModuleBasicMockRecorder + func (m *MockAppModuleBasic) GetQueryCmd(arg0 *codec.Codec) *cobra.Command + func (m *MockAppModuleBasic) GetTxCmd(arg0 context.CLIContext) *cobra.Command + func (m *MockAppModuleBasic) Name() string + func (m *MockAppModuleBasic) RegisterCodec(arg0 *codec.Codec) + func (m *MockAppModuleBasic) RegisterRESTRoutes(arg0 context.CLIContext, arg1 *mux.Router) + func (m *MockAppModuleBasic) ValidateGenesis(arg0 codec.JSONMarshaler, arg1 json.RawMessage) error + type MockAppModuleBasicMockRecorder struct + func (mr *MockAppModuleBasicMockRecorder) DefaultGenesis(arg0 interface{}) *gomock.Call + func (mr *MockAppModuleBasicMockRecorder) GetQueryCmd(arg0 interface{}) *gomock.Call + func (mr *MockAppModuleBasicMockRecorder) GetTxCmd(arg0 interface{}) *gomock.Call + func (mr *MockAppModuleBasicMockRecorder) Name() *gomock.Call + func (mr *MockAppModuleBasicMockRecorder) RegisterCodec(arg0 interface{}) *gomock.Call + func (mr *MockAppModuleBasicMockRecorder) RegisterRESTRoutes(arg0, arg1 interface{}) *gomock.Call + func (mr *MockAppModuleBasicMockRecorder) ValidateGenesis(arg0, arg1 interface{}) *gomock.Call + type MockAppModuleGenesis struct + func NewMockAppModuleGenesis(ctrl *gomock.Controller) *MockAppModuleGenesis + func (m *MockAppModuleGenesis) DefaultGenesis(arg0 codec.JSONMarshaler) json.RawMessage + func (m *MockAppModuleGenesis) EXPECT() *MockAppModuleGenesisMockRecorder + func (m *MockAppModuleGenesis) ExportGenesis(arg0 types.Context, arg1 codec.JSONMarshaler) json.RawMessage + func (m *MockAppModuleGenesis) GetQueryCmd(arg0 *codec.Codec) *cobra.Command + func (m *MockAppModuleGenesis) GetTxCmd(arg0 context.CLIContext) *cobra.Command + func (m *MockAppModuleGenesis) InitGenesis(arg0 types.Context, arg1 codec.JSONMarshaler, arg2 json.RawMessage) []types0.ValidatorUpdate + func (m *MockAppModuleGenesis) Name() string + func (m *MockAppModuleGenesis) RegisterCodec(arg0 *codec.Codec) + func (m *MockAppModuleGenesis) RegisterRESTRoutes(arg0 context.CLIContext, arg1 *mux.Router) + func (m *MockAppModuleGenesis) ValidateGenesis(arg0 codec.JSONMarshaler, arg1 json.RawMessage) error + type MockAppModuleGenesisMockRecorder struct + func (mr *MockAppModuleGenesisMockRecorder) DefaultGenesis(arg0 interface{}) *gomock.Call + func (mr *MockAppModuleGenesisMockRecorder) ExportGenesis(arg0, arg1 interface{}) *gomock.Call + func (mr *MockAppModuleGenesisMockRecorder) GetQueryCmd(arg0 interface{}) *gomock.Call + func (mr *MockAppModuleGenesisMockRecorder) GetTxCmd(arg0 interface{}) *gomock.Call + func (mr *MockAppModuleGenesisMockRecorder) InitGenesis(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockAppModuleGenesisMockRecorder) Name() *gomock.Call + func (mr *MockAppModuleGenesisMockRecorder) RegisterCodec(arg0 interface{}) *gomock.Call + func (mr *MockAppModuleGenesisMockRecorder) RegisterRESTRoutes(arg0, arg1 interface{}) *gomock.Call + func (mr *MockAppModuleGenesisMockRecorder) ValidateGenesis(arg0, arg1 interface{}) *gomock.Call + type MockAppModuleMockRecorder struct + func (mr *MockAppModuleMockRecorder) BeginBlock(arg0, arg1 interface{}) *gomock.Call + func (mr *MockAppModuleMockRecorder) DefaultGenesis(arg0 interface{}) *gomock.Call + func (mr *MockAppModuleMockRecorder) EndBlock(arg0, arg1 interface{}) *gomock.Call + func (mr *MockAppModuleMockRecorder) ExportGenesis(arg0, arg1 interface{}) *gomock.Call + func (mr *MockAppModuleMockRecorder) GetQueryCmd(arg0 interface{}) *gomock.Call + func (mr *MockAppModuleMockRecorder) GetTxCmd(arg0 interface{}) *gomock.Call + func (mr *MockAppModuleMockRecorder) InitGenesis(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockAppModuleMockRecorder) Name() *gomock.Call + func (mr *MockAppModuleMockRecorder) NewHandler() *gomock.Call + func (mr *MockAppModuleMockRecorder) NewQuerierHandler() *gomock.Call + func (mr *MockAppModuleMockRecorder) QuerierRoute() *gomock.Call + func (mr *MockAppModuleMockRecorder) RegisterCodec(arg0 interface{}) *gomock.Call + func (mr *MockAppModuleMockRecorder) RegisterInvariants(arg0 interface{}) *gomock.Call + func (mr *MockAppModuleMockRecorder) RegisterRESTRoutes(arg0, arg1 interface{}) *gomock.Call + func (mr *MockAppModuleMockRecorder) Route() *gomock.Call + func (mr *MockAppModuleMockRecorder) ValidateGenesis(arg0, arg1 interface{}) *gomock.Call + type MockDB struct + func NewMockDB(ctrl *gomock.Controller) *MockDB + func (m *MockDB) Close() error + func (m *MockDB) Delete(arg0 []byte) error + func (m *MockDB) DeleteSync(arg0 []byte) error + func (m *MockDB) EXPECT() *MockDBMockRecorder + func (m *MockDB) Get(arg0 []byte) ([]byte, error) + func (m *MockDB) Has(arg0 []byte) (bool, error) + func (m *MockDB) Iterator(arg0, arg1 []byte) (db.Iterator, error) + func (m *MockDB) NewBatch() db.Batch + func (m *MockDB) Print() error + func (m *MockDB) ReverseIterator(arg0, arg1 []byte) (db.Iterator, error) + func (m *MockDB) Set(arg0, arg1 []byte) error + func (m *MockDB) SetSync(arg0, arg1 []byte) error + func (m *MockDB) Stats() map[string]string + type MockDBMockRecorder struct + func (mr *MockDBMockRecorder) Close() *gomock.Call + func (mr *MockDBMockRecorder) Delete(arg0 interface{}) *gomock.Call + func (mr *MockDBMockRecorder) DeleteSync(arg0 interface{}) *gomock.Call + func (mr *MockDBMockRecorder) Get(arg0 interface{}) *gomock.Call + func (mr *MockDBMockRecorder) Has(arg0 interface{}) *gomock.Call + func (mr *MockDBMockRecorder) Iterator(arg0, arg1 interface{}) *gomock.Call + func (mr *MockDBMockRecorder) NewBatch() *gomock.Call + func (mr *MockDBMockRecorder) Print() *gomock.Call + func (mr *MockDBMockRecorder) ReverseIterator(arg0, arg1 interface{}) *gomock.Call + func (mr *MockDBMockRecorder) Set(arg0, arg1 interface{}) *gomock.Call + func (mr *MockDBMockRecorder) SetSync(arg0, arg1 interface{}) *gomock.Call + func (mr *MockDBMockRecorder) Stats() *gomock.Call + type MockInvariantRegistry struct + func NewMockInvariantRegistry(ctrl *gomock.Controller) *MockInvariantRegistry + func (m *MockInvariantRegistry) EXPECT() *MockInvariantRegistryMockRecorder + func (m *MockInvariantRegistry) RegisterRoute(moduleName, route string, invar types.Invariant) + type MockInvariantRegistryMockRecorder struct + func (mr *MockInvariantRegistryMockRecorder) RegisterRoute(moduleName, route, invar 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 + type MockQueryRouter struct + func NewMockQueryRouter(ctrl *gomock.Controller) *MockQueryRouter + func (m *MockQueryRouter) AddRoute(r string, h types.Querier) types.QueryRouter + func (m *MockQueryRouter) EXPECT() *MockQueryRouterMockRecorder + func (m *MockQueryRouter) Route(path string) types.Querier + type MockQueryRouterMockRecorder struct + func (mr *MockQueryRouterMockRecorder) AddRoute(r, h interface{}) *gomock.Call + func (mr *MockQueryRouterMockRecorder) Route(path interface{}) *gomock.Call + type MockRouter struct + func NewMockRouter(ctrl *gomock.Controller) *MockRouter + func (m *MockRouter) AddRoute(r string, h types.Handler) types.Router + func (m *MockRouter) EXPECT() *MockRouterMockRecorder + func (m *MockRouter) Route(ctx types.Context, path string) types.Handler + type MockRouterMockRecorder struct + func (mr *MockRouterMockRecorder) AddRoute(r, h interface{}) *gomock.Call + func (mr *MockRouterMockRecorder) Route(ctx, path interface{}) *gomock.Call