Versions in this module Expand all Collapse all v0 v0.47.0 Aug 13, 2022 Changes in this version + var AppConfig = appconfig.Compose(&appv1alpha1.Config{ ... }) + type MockAccountKeeper struct + func NewMockAccountKeeper(ctrl *gomock.Controller) *MockAccountKeeper + func (m *MockAccountKeeper) EXPECT() *MockAccountKeeperMockRecorder + func (m *MockAccountKeeper) SetAccount(ctx types0.Context, acc types1.AccountI) + type MockAccountKeeperMockRecorder struct + func (mr *MockAccountKeeperMockRecorder) SetAccount(ctx, acc interface{}) *gomock.Call + type MockBankKeeper struct + func NewMockBankKeeper(ctrl *gomock.Controller) *MockBankKeeper + func (m *MockBankKeeper) EXPECT() *MockBankKeeperMockRecorder + func (m *MockBankKeeper) GetAllBalances(ctx types0.Context, addr types0.AccAddress) types0.Coins + func (m *MockBankKeeper) MintCoins(ctx types0.Context, moduleName string, amt types0.Coins) error + func (m *MockBankKeeper) SendCoinsFromModuleToAccount(ctx types0.Context, senderModule string, recipientAddr types0.AccAddress, ...) error + type MockBankKeeperMockRecorder struct + func (mr *MockBankKeeperMockRecorder) GetAllBalances(ctx, addr interface{}) *gomock.Call + func (mr *MockBankKeeperMockRecorder) MintCoins(ctx, moduleName, amt interface{}) *gomock.Call + func (mr *MockBankKeeperMockRecorder) SendCoinsFromModuleToAccount(ctx, senderModule, recipientAddr, amt interface{}) *gomock.Call + type MockSlashingKeeper struct + func NewMockSlashingKeeper(ctrl *gomock.Controller) *MockSlashingKeeper + func (m *MockSlashingKeeper) EXPECT() *MockSlashingKeeperMockRecorder + func (m *MockSlashingKeeper) GetPubkey(arg0 types0.Context, arg1 types.Address) (types.PubKey, error) + func (m *MockSlashingKeeper) HasValidatorSigningInfo(arg0 types0.Context, arg1 types0.ConsAddress) bool + func (m *MockSlashingKeeper) IsTombstoned(arg0 types0.Context, arg1 types0.ConsAddress) bool + func (m *MockSlashingKeeper) Jail(arg0 types0.Context, arg1 types0.ConsAddress) + func (m *MockSlashingKeeper) JailUntil(arg0 types0.Context, arg1 types0.ConsAddress, arg2 time.Time) + func (m *MockSlashingKeeper) Slash(arg0 types0.Context, arg1 types0.ConsAddress, arg2 types0.Dec, ...) + func (m *MockSlashingKeeper) SlashFractionDoubleSign(arg0 types0.Context) types0.Dec + func (m *MockSlashingKeeper) Tombstone(arg0 types0.Context, arg1 types0.ConsAddress) + type MockSlashingKeeperMockRecorder struct + func (mr *MockSlashingKeeperMockRecorder) GetPubkey(arg0, arg1 interface{}) *gomock.Call + func (mr *MockSlashingKeeperMockRecorder) HasValidatorSigningInfo(arg0, arg1 interface{}) *gomock.Call + func (mr *MockSlashingKeeperMockRecorder) IsTombstoned(arg0, arg1 interface{}) *gomock.Call + func (mr *MockSlashingKeeperMockRecorder) Jail(arg0, arg1 interface{}) *gomock.Call + func (mr *MockSlashingKeeperMockRecorder) JailUntil(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockSlashingKeeperMockRecorder) Slash(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call + func (mr *MockSlashingKeeperMockRecorder) SlashFractionDoubleSign(arg0 interface{}) *gomock.Call + func (mr *MockSlashingKeeperMockRecorder) Tombstone(arg0, arg1 interface{}) *gomock.Call + type MockStakingKeeper struct + func NewMockStakingKeeper(ctrl *gomock.Controller) *MockStakingKeeper + func (m *MockStakingKeeper) EXPECT() *MockStakingKeeperMockRecorder + func (m *MockStakingKeeper) GetParams(ctx types0.Context) types2.Params + func (m *MockStakingKeeper) ValidatorByConsAddr(arg0 types0.Context, arg1 types0.ConsAddress) types2.ValidatorI + type MockStakingKeeperMockRecorder struct + func (mr *MockStakingKeeperMockRecorder) GetParams(ctx interface{}) *gomock.Call + func (mr *MockStakingKeeperMockRecorder) ValidatorByConsAddr(arg0, arg1 interface{}) *gomock.Call