Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEVMKeeper ¶
func NewEVMKeeper(ek *evmkeeper.Keeper) tokentypes.EVMKeeper
NewEVMKeeper wraps the given evmkeeper.Keeper and returns a new evmKeeper.
ek: The evmkeeper.Keeper to be wrapped. Returns a pointer to the wrapped evmKeeper.
func NewFarmGovHook ¶
func NewFarmGovHook(gh farmkeeper.GovHook) govtypes.GovHooks
NewFarmGovHook creates a new farmGovHook instance.
It takes a parameter of type farmkeeper.GovHook and returns a farmGovHook.
func NewICS20Keeper ¶
func NewICS20Keeper(ik ibctransferkeeper.Keeper) tokentypes.ICS20Keeper
NewICS20Keeper wraps the given ibctransferkeeper.Keeper into an ics20Keeper.
Parameters: - ik: the ibctransferkeeper.Keeper to be wrapped.
Return: - *ics20Keeper: the wrapped ics20Keeper.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.