Versions in this module Expand all Collapse all v0 v0.47.0 Aug 13, 2022 Changes in this version + type MockSupplyKeeper struct + func NewMockSupplyKeeper(ctrl *gomock.Controller) *MockSupplyKeeper + func (m *MockSupplyKeeper) EXPECT() *MockSupplyKeeperMockRecorder + func (m *MockSupplyKeeper) SendCoinsFromAccountToModule(ctx types.Context, senderAddr types.AccAddress, recipientModule string, ...) error + type MockSupplyKeeperMockRecorder struct + func (mr *MockSupplyKeeperMockRecorder) SendCoinsFromAccountToModule(ctx, senderAddr, recipientModule, amt interface{}) *gomock.Call