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 MockActivityStreakVestingMultiplier ¶
type MockActivityStreakVestingMultiplier struct {
// contains filtered or unexported fields
}
MockActivityStreakVestingMultiplier is a mock of ActivityStreakVestingMultiplier interface.
func NewMockActivityStreakVestingMultiplier ¶
func NewMockActivityStreakVestingMultiplier(ctrl *gomock.Controller) *MockActivityStreakVestingMultiplier
NewMockActivityStreakVestingMultiplier creates a new mock instance.
func (*MockActivityStreakVestingMultiplier) EXPECT ¶
func (m *MockActivityStreakVestingMultiplier) EXPECT() *MockActivityStreakVestingMultiplierMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockActivityStreakVestingMultiplier) GetRewardsVestingMultiplier ¶
func (m *MockActivityStreakVestingMultiplier) GetRewardsVestingMultiplier(arg0 string) decimal.Decimal
GetRewardsVestingMultiplier mocks base method.
type MockActivityStreakVestingMultiplierMockRecorder ¶
type MockActivityStreakVestingMultiplierMockRecorder struct {
// contains filtered or unexported fields
}
MockActivityStreakVestingMultiplierMockRecorder is the mock recorder for MockActivityStreakVestingMultiplier.
func (*MockActivityStreakVestingMultiplierMockRecorder) GetRewardsVestingMultiplier ¶
func (mr *MockActivityStreakVestingMultiplierMockRecorder) GetRewardsVestingMultiplier(arg0 interface{}) *gomock.Call
GetRewardsVestingMultiplier indicates an expected call of GetRewardsVestingMultiplier.
type MockAssets ¶
type MockAssets struct {
// contains filtered or unexported fields
}
MockAssets is a mock of Assets interface.
func NewMockAssets ¶
func NewMockAssets(ctrl *gomock.Controller) *MockAssets
NewMockAssets creates a new mock instance.
func (*MockAssets) EXPECT ¶
func (m *MockAssets) EXPECT() *MockAssetsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockAssetsMockRecorder ¶
type MockAssetsMockRecorder struct {
// contains filtered or unexported fields
}
MockAssetsMockRecorder is the mock recorder for MockAssets.
func (*MockAssetsMockRecorder) Get ¶
func (mr *MockAssetsMockRecorder) Get(arg0 interface{}) *gomock.Call
Get indicates an expected call of Get.
type MockParties ¶ added in v0.77.0
type MockParties struct {
// contains filtered or unexported fields
}
MockParties is a mock of Parties interface.
func NewMockParties ¶ added in v0.77.0
func NewMockParties(ctrl *gomock.Controller) *MockParties
NewMockParties creates a new mock instance.
func (*MockParties) EXPECT ¶ added in v0.77.0
func (m *MockParties) EXPECT() *MockPartiesMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockParties) RelatedKeys ¶ added in v0.77.0
func (m *MockParties) RelatedKeys(arg0 string) (*types.PartyID, []string)
RelatedKeys mocks base method.
type MockPartiesMockRecorder ¶ added in v0.77.0
type MockPartiesMockRecorder struct {
// contains filtered or unexported fields
}
MockPartiesMockRecorder is the mock recorder for MockParties.
func (*MockPartiesMockRecorder) RelatedKeys ¶ added in v0.77.0
func (mr *MockPartiesMockRecorder) RelatedKeys(arg0 interface{}) *gomock.Call
RelatedKeys indicates an expected call of RelatedKeys.
type MockStakeAccounting ¶ added in v0.79.0
type MockStakeAccounting struct {
// contains filtered or unexported fields
}
MockStakeAccounting is a mock of StakeAccounting interface.
func NewMockStakeAccounting ¶ added in v0.79.0
func NewMockStakeAccounting(ctrl *gomock.Controller) *MockStakeAccounting
NewMockStakeAccounting creates a new mock instance.
func (*MockStakeAccounting) AddEvent ¶ added in v0.79.0
func (m *MockStakeAccounting) AddEvent(arg0 context.Context, arg1 *types.StakeLinking)
AddEvent mocks base method.
func (*MockStakeAccounting) EXPECT ¶ added in v0.79.0
func (m *MockStakeAccounting) EXPECT() *MockStakeAccountingMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockStakeAccountingMockRecorder ¶ added in v0.79.0
type MockStakeAccountingMockRecorder struct {
// contains filtered or unexported fields
}
MockStakeAccountingMockRecorder is the mock recorder for MockStakeAccounting.
func (*MockStakeAccountingMockRecorder) AddEvent ¶ added in v0.79.0
func (mr *MockStakeAccountingMockRecorder) AddEvent(arg0, arg1 interface{}) *gomock.Call
AddEvent indicates an expected call of AddEvent.
type MockTime ¶ added in v0.79.0
type MockTime struct {
// contains filtered or unexported fields
}
MockTime is a mock of Time interface.
func NewMockTime ¶ added in v0.79.0
func NewMockTime(ctrl *gomock.Controller) *MockTime
NewMockTime creates a new mock instance.
func (*MockTime) EXPECT ¶ added in v0.79.0
func (m *MockTime) EXPECT() *MockTimeMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTime) GetTimeNow ¶ added in v0.79.0
GetTimeNow mocks base method.
type MockTimeMockRecorder ¶ added in v0.79.0
type MockTimeMockRecorder struct {
// contains filtered or unexported fields
}
MockTimeMockRecorder is the mock recorder for MockTime.
func (*MockTimeMockRecorder) GetTimeNow ¶ added in v0.79.0
func (mr *MockTimeMockRecorder) GetTimeNow() *gomock.Call
GetTimeNow indicates an expected call of GetTimeNow.