Versions in this module Expand all Collapse all v2 v2.1.0 Jan 2, 2024 Changes in this version + const AttributeKeyBaseFee + const AttributeKeyBurntFee + const EventEIP1559Burnt + type AppModule struct + func NewAppModule(k *keeper.Keeper, ak types.AccountKeeper, bankKeeper types.BankKeeper, ...) AppModule + func (am AppModule) RegisterServices(cfg module.Configurator) + type Keeper struct + func (k *Keeper) ApplyTransaction(ctx sdk.Context, tx *ethtypes.Transaction, feePayerAddr string) (*types.MsgEthereumTxResponse, error) + func (k *Keeper) EthereumTx(goCtx context.Context, msg *types.MsgEthereumTx) (*types.MsgEthereumTxResponse, error) + func (k *Keeper) RefundGas(ctx sdk.Context, msg core.Message, leftoverGas uint64, feePayer string, ...) error + func (k *Keeper) SetHooks(eh types.EvmHooks) *Keeper + func (k *Keeper) UpdateParams(goCtx context.Context, msg *types.MsgUpdateParams) (*types.MsgUpdateParamsResponse, error) v2.1.0-rc0 Dec 7, 2023 Other modules containing this package github.com/irisnet/irishub/v3