Documentation ¶
Index ¶
- func CfeclaimKeeper(t testing.TB) (*keeper.Keeper, sdk.Context)
- func CfeclaimKeeperTestUtilWithCdc(t *testing.T) (*cfeclaimtestutils.C4eClaimUtils, *keeper.Keeper, sdk.Context)
- func CfedistributorKeeperTestUtil(t *testing.T) (*cfedistributortestutils.C4eDistributorKeeperUtils, *keeper.Keeper, ...)
- func CfeminterKeeper(t testing.TB) (*keeper.Keeper, sdk.Context, testenv.AdditionalKeeperData)
- func CfeminterKeeperTestUtil(t *testing.T) (*cfemintertestutils.C4eMinterKeeperUtils, *keeper.Keeper, sdk.Context)
- func CfevestingKeeper(t *testing.T) (*keeper.Keeper, sdk.Context)
- func CfevestingKeeperTestUtil(t *testing.T) (*cfevestingtestutils.C4eVestingKeeperUtils, *keeper.Keeper, sdk.Context)
- func CfevestingKeeperWithBlockHeight(t *testing.T, blockHeight int64) (*keeper.Keeper, sdk.Context)
- func CfevestingKeeperWithBlockHeightAndTime(t *testing.T, blockHeight int64, blockTime time.Time) (*keeper.Keeper, sdk.Context)
- type AdditionalDistributorKeeperData
- type AdditionalMinterKeeperData
- type AdditionalVestingKeeperData
- type ExtendedC4eDistributorKeeperUtils
- type ExtendedC4eMinterKeeperUtils
- type ExtendedC4eVestingKeeperUtils
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CfeclaimKeeperTestUtilWithCdc ¶
func CfeclaimKeeperTestUtilWithCdc(t *testing.T) (*cfeclaimtestutils.C4eClaimUtils, *keeper.Keeper, sdk.Context)
func CfedistributorKeeperTestUtil ¶
func CfedistributorKeeperTestUtil(t *testing.T) (*cfedistributortestutils.C4eDistributorKeeperUtils, *keeper.Keeper, sdk.Context)
func CfeminterKeeper ¶
func CfeminterKeeperTestUtil ¶
func CfeminterKeeperTestUtil(t *testing.T) (*cfemintertestutils.C4eMinterKeeperUtils, *keeper.Keeper, sdk.Context)
func CfevestingKeeperTestUtil ¶
func CfevestingKeeperTestUtil(t *testing.T) (*cfevestingtestutils.C4eVestingKeeperUtils, *keeper.Keeper, sdk.Context)
Types ¶
type AdditionalDistributorKeeperData ¶
type AdditionalDistributorKeeperData struct { *codec.ProtoCodec *storetypes.KVStoreKey typesparams.Subspace }
func CfedistributorKeeper ¶
type AdditionalMinterKeeperData ¶
type AdditionalMinterKeeperData struct { *codec.ProtoCodec *storetypes.KVStoreKey typesparams.Subspace }
type AdditionalVestingKeeperData ¶
type AdditionalVestingKeeperData struct { *codec.ProtoCodec *storetypes.KVStoreKey typesparams.Subspace }
func CfevestingKeeperWithBlockHeightAndTimeAndStore ¶
func CfevestingKeeperWithBlockHeightAndTimeAndStore(t *testing.T, blockHeight int64, blockTime time.Time, db *tmdb.MemDB, stateStore storetypes.CommitMultiStore) (*keeper.Keeper, sdk.Context, AdditionalVestingKeeperData)
type ExtendedC4eDistributorKeeperUtils ¶
type ExtendedC4eDistributorKeeperUtils struct { cfedistributortestutils.C4eDistributorKeeperUtils Cdc *codec.ProtoCodec StoreKey *storetypes.KVStoreKey typesparams.Subspace }
func CfedistributorKeeperTestUtilWithCdc ¶
func CfedistributorKeeperTestUtilWithCdc(t *testing.T) (*ExtendedC4eDistributorKeeperUtils, sdk.Context)
func NewExtendedC4eDistributorKeeperUtils ¶
func NewExtendedC4eDistributorKeeperUtils( t *testing.T, helperCfedistributorKeeper *keeper.Keeper, cdc *codec.ProtoCodec, storeKey *storetypes.KVStoreKey, paramsStore typesparams.Subspace, ) ExtendedC4eDistributorKeeperUtils
type ExtendedC4eMinterKeeperUtils ¶
type ExtendedC4eMinterKeeperUtils struct { cfemintertestutils.C4eMinterKeeperUtils Cdc *codec.ProtoCodec StoreKey *storetypes.KVStoreKey typesparams.Subspace }
func CfeminterKeeperTestUtilWithCdc ¶
func CfeminterKeeperTestUtilWithCdc(t *testing.T) (*ExtendedC4eMinterKeeperUtils, sdk.Context)
func NewExtendedC4eMinterKeeperUtils ¶
func NewExtendedC4eMinterKeeperUtils( t *testing.T, helperCfedistributorKeeper *keeper.Keeper, cdc *codec.ProtoCodec, storeKey *storetypes.KVStoreKey, paramsStore typesparams.Subspace, ) ExtendedC4eMinterKeeperUtils
type ExtendedC4eVestingKeeperUtils ¶
type ExtendedC4eVestingKeeperUtils struct { cfevestingtestutils.C4eVestingKeeperUtils Cdc *codec.ProtoCodec StoreKey *storetypes.KVStoreKey ParamsStore typesparams.Subspace }
func NewExtendedC4eVestingKeeperUtils ¶
func NewExtendedC4eVestingKeeperUtils( t *testing.T, helperCfevestingKeeper *keeper.Keeper, cdc *codec.ProtoCodec, storeKey *storetypes.KVStoreKey, paramsStore typesparams.Subspace) ExtendedC4eVestingKeeperUtils
Click to show internal directories.
Click to hide internal directories.