Versions in this module Expand all Collapse all v0 v0.50.9 Jul 10, 2024 Changes in this version + type MockAccountKeeper struct + func NewMockAccountKeeper(ctrl *gomock.Controller) *MockAccountKeeper + func (m *MockAccountKeeper) AddressCodec() address.Codec + func (m *MockAccountKeeper) EXPECT() *MockAccountKeeperMockRecorder + func (m *MockAccountKeeper) GetAccount(ctx context.Context, addr types.AccAddress) types.AccountI + func (m *MockAccountKeeper) GetModuleAddress(moduleName string) types.AccAddress + func (m *MockAccountKeeper) GetParams(ctx context.Context) types0.Params + func (m *MockAccountKeeper) SetAccount(ctx context.Context, acc types.AccountI) + type MockAccountKeeperMockRecorder struct + func (mr *MockAccountKeeperMockRecorder) AddressCodec() *gomock.Call + func (mr *MockAccountKeeperMockRecorder) GetAccount(ctx, addr interface{}) *gomock.Call + func (mr *MockAccountKeeperMockRecorder) GetModuleAddress(moduleName interface{}) *gomock.Call + func (mr *MockAccountKeeperMockRecorder) GetParams(ctx interface{}) *gomock.Call + func (mr *MockAccountKeeperMockRecorder) SetAccount(ctx, acc interface{}) *gomock.Call + type MockFeegrantKeeper struct + func NewMockFeegrantKeeper(ctrl *gomock.Controller) *MockFeegrantKeeper + func (m *MockFeegrantKeeper) EXPECT() *MockFeegrantKeeperMockRecorder + func (m *MockFeegrantKeeper) UseGrantedFees(ctx context.Context, granter, grantee types.AccAddress, fee types.Coins, ...) error + type MockFeegrantKeeperMockRecorder struct + func (mr *MockFeegrantKeeperMockRecorder) UseGrantedFees(ctx, granter, grantee, fee, msgs interface{}) *gomock.Call