Versions in this module Expand all Collapse all v0 v0.0.2 Aug 28, 2023 v0.0.1 Jul 5, 2023 Changes in this version + var ExampleHeight = int64(1111) + var ExampleTimestamp = time.Date(2020, time.January, 1, 12, 0, 0, 0, time.UTC) + func ModuleAccountAddrs(maccPerms map[string][]string) map[string]bool + func NewTestSetup(t testing.TB) (sdk.Context, TestKeepers, TestMsgServers) + type ProtocolVersionSetter struct + func (vs ProtocolVersionSetter) SetProtocolVersion(uint64) + type TestKeepers struct + AccountKeeper authkeeper.AccountKeeper + BankKeeper bankkeeper.Keeper + ClaimKeeper *claimkeeper.Keeper + DistrKeeper distrkeeper.Keeper + StakingKeeper *stakingkeeper.Keeper + T testing.TB + type TestMsgServers struct + ClaimSrv claimtypes.MsgServer + T testing.TB