Documentation ¶
Index ¶
- func AccountKeeper(t testing.TB, ctx TestContext) keeper.AccountKeeper
- func AviatrixKeeper(t testing.TB, ctx TestContext) keeper.Keeper
- func BankKeeper(t testing.TB, ctx TestContext) keeper.Keeper
- func NftKeeper(t testing.TB, ctx TestContext) keeper.Keeper
- func ScorumKeeper(t testing.TB, ctx TestContext) keeper.Keeper
- type TestContext
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccountKeeper ¶
func AccountKeeper(t testing.TB, ctx TestContext) keeper.AccountKeeper
func AviatrixKeeper ¶
func AviatrixKeeper(t testing.TB, ctx TestContext) keeper.Keeper
func BankKeeper ¶
func BankKeeper(t testing.TB, ctx TestContext) keeper.Keeper
func ScorumKeeper ¶
func ScorumKeeper( t testing.TB, ctx TestContext, ) keeper.Keeper
Types ¶
type TestContext ¶
type TestContext struct { sdk.Context KVKeys map[string]*types.KVStoreKey MemKeys map[string]*types.MemoryStoreKey TKeys map[string]*types.TransientStoreKey }
func GetContext ¶
func GetContext(t testing.TB) TestContext
Click to show internal directories.
Click to hide internal directories.