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