Documentation ¶
Index ¶
- Variables
- func Erc20Keeper(t testing.TB) (*keeper.Keeper, sdk.Context)
- func GaugeKeeper(t testing.TB) (*keeper.Keeper, sdk.Context)
- func MakeEncodingConfig(_ *testing.T) simparams.EncodingConfig
- func MakerKeeper(t testing.TB) (*keeper.Keeper, sdk.Context)
- func OracleKeeper(t testing.TB) (*keeper.Keeper, sdk.Context)
- func VeKeeper(t testing.TB) (*keeper.Keeper, sdk.Context)
- func VoterKeeper(t testing.TB) (*keeper.Keeper, sdk.Context)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ModuleBasics = module.NewBasicManager( auth.AppModuleBasic{}, bank.AppModuleBasic{}, params.AppModuleBasic{}, evm.AppModuleBasic{}, ) InitTokens = sdk.TokensFromConsensusPower(200, sdk.DefaultPowerReduction) InitCoins = sdk.NewCoins(sdk.NewCoin("uusd", InitTokens)) )
Functions ¶
func MakeEncodingConfig ¶
func MakeEncodingConfig(_ *testing.T) simparams.EncodingConfig
MakeEncodingConfig nolint
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.