Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildContext ¶
func BuildContext( keys map[string]*storetypes.KVStoreKey, tKeys map[string]*storetypes.TransientStoreKey, memKeys map[string]*storetypes.MemoryStoreKey, ) sdk.Context
Types ¶
type BaseKeeperTestData ¶
type BaseKeeperTestData struct { Keys map[string]*storetypes.KVStoreKey Context sdk.Context Cdc codec.Codec LegacyAmino *codec.LegacyAmino AuthorityAddress string AccountKeeper authkeeper.AccountKeeper BankKeeper bankkeeper.BaseKeeper DistributionKeeper distrkeeper.Keeper }
func NewBaseKeeperTestData ¶
func NewBaseKeeperTestData(t *testing.T, keys []string) BaseKeeperTestData
NewBaseKeeperTestData returns a new BaseKeeperTestData
Click to show internal directories.
Click to hide internal directories.