Versions in this module Expand all Collapse all v11 v11.0.1 Dec 18, 2024 v11.0.0 Dec 11, 2024 Changes in this version + var AppConfig = configurator.NewAppConfig(configurator.AuthModule(), configurator.BankModule(), ...) + type MockAccountKeeper struct + func NewMockAccountKeeper(ctrl *gomock.Controller) *MockAccountKeeper + func (m *MockAccountKeeper) EXPECT() *MockAccountKeeperMockRecorder + func (m *MockAccountKeeper) GetModuleAccount(ctx context.Context, moduleName string) types.ModuleAccountI + func (m *MockAccountKeeper) GetModuleAddress(name string) types.AccAddress + func (m *MockAccountKeeper) SetModuleAccount(arg0 context.Context, arg1 types.ModuleAccountI) + type MockAccountKeeperMockRecorder struct + func (mr *MockAccountKeeperMockRecorder) GetModuleAccount(ctx, moduleName interface{}) *gomock.Call + func (mr *MockAccountKeeperMockRecorder) GetModuleAddress(name interface{}) *gomock.Call + func (mr *MockAccountKeeperMockRecorder) SetModuleAccount(arg0, arg1 interface{}) *gomock.Call + type MockBankKeeper struct + func NewMockBankKeeper(ctrl *gomock.Controller) *MockBankKeeper + func (m *MockBankKeeper) EXPECT() *MockBankKeeperMockRecorder + func (m *MockBankKeeper) GetSupply(ctx context.Context, denom string) types.Coin + func (m *MockBankKeeper) MintCoins(ctx context.Context, name string, amt types.Coins) error + func (m *MockBankKeeper) SendCoinsFromModuleToAccount(ctx context.Context, senderModule string, recipientAddr types.AccAddress, ...) error + func (m *MockBankKeeper) SendCoinsFromModuleToModule(ctx context.Context, senderModule, recipientModule string, amt types.Coins) error + type MockBankKeeperMockRecorder struct + func (mr *MockBankKeeperMockRecorder) GetSupply(ctx, denom interface{}) *gomock.Call + func (mr *MockBankKeeperMockRecorder) MintCoins(ctx, name, amt interface{}) *gomock.Call + func (mr *MockBankKeeperMockRecorder) SendCoinsFromModuleToAccount(ctx, senderModule, recipientAddr, amt interface{}) *gomock.Call + func (mr *MockBankKeeperMockRecorder) SendCoinsFromModuleToModule(ctx, senderModule, recipientModule, amt interface{}) *gomock.Call + type MockStakingKeeper struct + func NewMockStakingKeeper(ctrl *gomock.Controller) *MockStakingKeeper + func (m *MockStakingKeeper) BondedRatio(ctx context.Context) (math.LegacyDec, error) + func (m *MockStakingKeeper) EXPECT() *MockStakingKeeperMockRecorder + func (m *MockStakingKeeper) StakingTokenSupply(ctx context.Context) (math.Int, error) + type MockStakingKeeperMockRecorder struct + func (mr *MockStakingKeeperMockRecorder) BondedRatio(ctx interface{}) *gomock.Call + func (mr *MockStakingKeeperMockRecorder) StakingTokenSupply(ctx interface{}) *gomock.Call Other modules containing this package github.com/axone-protocol/axoned/v10 github.com/axone-protocol/axoned/v7 github.com/axone-protocol/axoned/v8 github.com/axone-protocol/axoned/v9