Versions in this module Expand all Collapse all v7 v7.0.0 Dec 19, 2024 Changes in this version + type KeeperTestData struct + Hooks *MockHooks + Keeper *keeper.Keeper + StoreService corestoretypes.KVStoreService + func NewKeeperTestData(t *testing.T) KeeperTestData + type MockHooks struct + CalledMap map[string]bool + func NewMockHooks() *MockHooks + func (m MockHooks) AfterOperatorInactivatingCompleted(ctx context.Context, operatorID uint32) error + func (m MockHooks) AfterOperatorInactivatingStarted(ctx context.Context, operatorID uint32) error + func (m MockHooks) AfterOperatorReactivated(ctx context.Context, operatorID uint32) error + func (m MockHooks) AfterOperatorRegistered(ctx context.Context, operatorID uint32) error + func (m MockHooks) BeforeOperatorDeleted(ctx context.Context, operatorID uint32) error Other modules containing this package github.com/milkyway-labs/milkyway/v2 github.com/milkyway-labs/milkyway/v3 github.com/milkyway-labs/milkyway/v4 github.com/milkyway-labs/milkyway/v5 github.com/milkyway-labs/milkyway/v6