Documentation ¶
Index ¶
- type StakingKeeper
- func (_m *StakingKeeper) GetCurrentEpoch(ctx types.Context) types.Epoch
- func (_m *StakingKeeper) GetEpochByHeight(ctx types.Context, height uint64) types.Epoch
- func (_m *StakingKeeper) JailByOperator(ctx types.Context, operator types.ValAddress)
- func (_m *StakingKeeper) SlashByOperator(_a0 types.Context, _a1 types.ValAddress, _a2 int64, _a3 types.Dec)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StakingKeeper ¶
StakingKeeper is an autogenerated mock type for the StakingKeeper type
func (*StakingKeeper) GetCurrentEpoch ¶
func (_m *StakingKeeper) GetCurrentEpoch(ctx types.Context) types.Epoch
GetCurrentEpoch provides a mock function with given fields: ctx
func (*StakingKeeper) GetEpochByHeight ¶
GetEpochByHeight provides a mock function with given fields: ctx, height
func (*StakingKeeper) JailByOperator ¶
func (_m *StakingKeeper) JailByOperator(ctx types.Context, operator types.ValAddress)
JailByOperator provides a mock function with given fields: ctx, operator
func (*StakingKeeper) SlashByOperator ¶
func (_m *StakingKeeper) SlashByOperator(_a0 types.Context, _a1 types.ValAddress, _a2 int64, _a3 types.Dec)
SlashByOperator provides a mock function with given fields: _a0, _a1, _a2, _a3
Click to show internal directories.
Click to hide internal directories.