Documentation
¶
Index ¶
- type Hooks
- type Keeper
- func (k *Keeper) BeginBlock(ctx sdk.Context, req abci.RequestBeginBlock)
- func (k Keeper) Burn(ctx sdk.Context, msg core.Message, usedGas uint64, denom string) error
- func (k *Keeper) EndBlock(ctx sdk.Context, req abci.RequestEndBlock) []abci.ValidatorUpdate
- func (k Keeper) GetParams(ctx sdk.Context) types.Params
- func (k Keeper) GetReward(ctx sdk.Context, contract string) types.Reward
- func (k Keeper) Hooks() Hooks
- func (k *Keeper) MintReward(ctx sdk.Context) error
- func (k Keeper) Params(c context.Context, _ *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
- func (k Keeper) PostTxProcessing(ctx sdk.Context, msg core.Message, receipt *ethtypes.Receipt) error
- func (k Keeper) Send(ctx sdk.Context, msg core.Message, usedGas uint64, denom string) error
- func (k Keeper) SetParams(ctx sdk.Context, params types.Params) error
- func (k Keeper) SetReward(ctx sdk.Context, reward types.Reward) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
func NewKeeper ¶
func NewKeeper( storeKey, transientKey storetypes.StoreKey, cdc codec.BinaryCodec, bankKeeper types.BankKeeper, stakingKeeper types.StakingKeeper, feeCollectorName string, ) Keeper
func (*Keeper) BeginBlock ¶
func (k *Keeper) BeginBlock(ctx sdk.Context, req abci.RequestBeginBlock)
func (*Keeper) EndBlock ¶
func (k *Keeper) EndBlock(ctx sdk.Context, req abci.RequestEndBlock) []abci.ValidatorUpdate
func (Keeper) Params ¶
func (k Keeper) Params( c context.Context, _ *types.QueryParamsRequest, ) (*types.QueryParamsResponse, error)
func (Keeper) PostTxProcessing ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.