Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockMintKeeper ¶
type MockMintKeeper struct {
// contains filtered or unexported fields
}
MockMintKeeper is a mock of MintKeeper interface.
func NewMockMintKeeper ¶
func NewMockMintKeeper(ctrl *gomock.Controller) *MockMintKeeper
NewMockMintKeeper creates a new mock instance.
func (*MockMintKeeper) EXPECT ¶
func (m *MockMintKeeper) EXPECT() *MockMintKeeperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockMintKeeper) SetParams ¶
func (m *MockMintKeeper) SetParams(ctx types.Context, params types0.Params)
SetParams mocks base method.
func (*MockMintKeeper) StakingTokenSupply ¶
func (m *MockMintKeeper) StakingTokenSupply(ctx types.Context) math.Int
StakingTokenSupply mocks base method.
type MockMintKeeperMockRecorder ¶
type MockMintKeeperMockRecorder struct {
// contains filtered or unexported fields
}
MockMintKeeperMockRecorder is the mock recorder for MockMintKeeper.
func (*MockMintKeeperMockRecorder) SetParams ¶
func (mr *MockMintKeeperMockRecorder) SetParams(ctx, params interface{}) *gomock.Call
SetParams indicates an expected call of SetParams.
func (*MockMintKeeperMockRecorder) StakingTokenSupply ¶
func (mr *MockMintKeeperMockRecorder) StakingTokenSupply(ctx interface{}) *gomock.Call
StakingTokenSupply indicates an expected call of StakingTokenSupply.
Click to show internal directories.
Click to hide internal directories.