Versions in this module Expand all Collapse all v0 v0.0.4 Jul 18, 2024 v0.0.3 Jul 18, 2024 Changes in this version + func FundAccount(ctx context.Context, bankKeeper bankkeeper.Keeper, addr sdk.AccAddress, ...) error + func FundModuleAccount(ctx context.Context, bankKeeper bankkeeper.Keeper, recipientMod string, ...) error + 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) GetAllAccounts(ctx context.Context) []types.AccountI + func (m *MockAccountKeeper) GetModuleAccount(ctx context.Context, moduleName string) types.ModuleAccountI + func (m *MockAccountKeeper) GetModuleAccountAndPermissions(ctx context.Context, moduleName string) (types.ModuleAccountI, []string) + func (m *MockAccountKeeper) GetModuleAddress(moduleName string) types.AccAddress + func (m *MockAccountKeeper) GetModuleAddressAndPermissions(moduleName string) (types.AccAddress, []string) + func (m *MockAccountKeeper) GetModulePermissions() map[string]types0.PermissionsForAddress + func (m *MockAccountKeeper) HasAccount(ctx context.Context, addr types.AccAddress) bool + func (m *MockAccountKeeper) IterateAccounts(ctx context.Context, process func(types.AccountI) bool) + func (m *MockAccountKeeper) NewAccount(arg0 context.Context, arg1 types.AccountI) types.AccountI + func (m *MockAccountKeeper) NewAccountWithAddress(ctx context.Context, addr types.AccAddress) types.AccountI + func (m *MockAccountKeeper) SetAccount(ctx context.Context, acc types.AccountI) + func (m *MockAccountKeeper) SetModuleAccount(ctx context.Context, macc types.ModuleAccountI) + func (m *MockAccountKeeper) ValidatePermissions(macc types.ModuleAccountI) error + type MockAccountKeeperMockRecorder struct + func (mr *MockAccountKeeperMockRecorder) AddressCodec() *gomock.Call + func (mr *MockAccountKeeperMockRecorder) GetAccount(ctx, addr interface{}) *gomock.Call + func (mr *MockAccountKeeperMockRecorder) GetAllAccounts(ctx interface{}) *gomock.Call + func (mr *MockAccountKeeperMockRecorder) GetModuleAccount(ctx, moduleName interface{}) *gomock.Call + func (mr *MockAccountKeeperMockRecorder) GetModuleAccountAndPermissions(ctx, moduleName interface{}) *gomock.Call + func (mr *MockAccountKeeperMockRecorder) GetModuleAddress(moduleName interface{}) *gomock.Call + func (mr *MockAccountKeeperMockRecorder) GetModuleAddressAndPermissions(moduleName interface{}) *gomock.Call + func (mr *MockAccountKeeperMockRecorder) GetModulePermissions() *gomock.Call + func (mr *MockAccountKeeperMockRecorder) HasAccount(ctx, addr interface{}) *gomock.Call + func (mr *MockAccountKeeperMockRecorder) IterateAccounts(ctx, process interface{}) *gomock.Call + func (mr *MockAccountKeeperMockRecorder) NewAccount(arg0, arg1 interface{}) *gomock.Call + func (mr *MockAccountKeeperMockRecorder) NewAccountWithAddress(ctx, addr interface{}) *gomock.Call + func (mr *MockAccountKeeperMockRecorder) SetAccount(ctx, acc interface{}) *gomock.Call + func (mr *MockAccountKeeperMockRecorder) SetModuleAccount(ctx, macc interface{}) *gomock.Call + func (mr *MockAccountKeeperMockRecorder) ValidatePermissions(macc interface{}) *gomock.Call