Documentation
¶
Index ¶
- Variables
- func BridgeKeeper(t testing.TB) (*keeper.Keeper, sdk.Context)
- func ClaimKeeper(t testing.TB) (*keeper.Keeper, sdk.Context)
- func LedgerKeeper(t testing.TB) (keeper.Keeper, sdk.Context)
- func MiningKeeper(t testing.TB) (*keeper.Keeper, sdk.Context)
- func NewAccountKeeper(encCfg *params.EncodingConfig, paramsKeeper *paramskeeper.Keeper) *authkeeper.AccountKeeper
- func NewBankKeeper(encCfg *params.EncodingConfig, paramsKeeper *paramskeeper.Keeper, ...) bankkeeper.Keeper
- func NewParamsKeeper(encCfg *params.EncodingConfig) *paramskeeper.Keeper
- func RStakingKeeper(t testing.TB) (*keeper.Keeper, sdk.Context)
- func RbankKeeper(t testing.TB) (*keeper.Keeper, sdk.Context)
- func RdexKeeper(t testing.TB) (*keeper.Keeper, sdk.Context)
- func RelayersKeeper(t testing.TB) (*keeper.Keeper, sdk.Context)
- func RmintrewardKeeper(t testing.TB) (*keeper.Keeper, sdk.Context)
- func RvalidatorKeeper(t testing.TB) (*keeper.Keeper, sdk.Context)
- func RvoteKeeper(t testing.TB) (*keeper.Keeper, sdk.Context)
- func SudoKeeper(t testing.TB) (keeper.Keeper, sdk.Context)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ParamsKeeper = NewParamsKeeper(&encCfg) AccountKeeper = NewAccountKeeper(&encCfg, ParamsKeeper) BankKeeper = NewBankKeeper(&encCfg, ParamsKeeper, AccountKeeper) )
Functions ¶
func NewAccountKeeper ¶
func NewAccountKeeper(encCfg *params.EncodingConfig, paramsKeeper *paramskeeper.Keeper) *authkeeper.AccountKeeper
func NewBankKeeper ¶
func NewBankKeeper(encCfg *params.EncodingConfig, paramsKeeper *paramskeeper.Keeper, accountKeeper *authkeeper.AccountKeeper) bankkeeper.Keeper
func NewParamsKeeper ¶
func NewParamsKeeper(encCfg *params.EncodingConfig) *paramskeeper.Keeper
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.