# Functions
DefaultGenesisState sets default fee market genesis state.
DefaultParams returns default evm parameters.
NewGenesisState creates a new genesis state.
No description provided by the author
NewParams creates a new Params instance.
No description provided by the author
ParamKeyTable returns the parameter key table.
RegisterInterfaces registers the client interfaces to protobuf Any.
RegisterLegacyAminoCodec required for EIP-712.
RegisterMsgHandler registers the http handlers for service Msg to "mux".
RegisterMsgHandlerClient registers the http handlers for service Msg to "mux".
RegisterMsgHandlerFromEndpoint is same as RegisterMsgHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterMsgHandlerServer registers the http handlers for service Msg to "mux".
No description provided by the author
RegisterQueryHandler registers the http handlers for service Query to "mux".
RegisterQueryHandlerClient registers the http handlers for service Query to "mux".
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterQueryHandlerServer registers the http handlers for service Query to "mux".
No description provided by the author
# Constants
feemarket module events.
feemarket module events.
ModuleName string name of module.
RouterKey uses module name for routing.
StoreKey key for base fee and block gas used.
TransientKey is the key to access the FeeMarket transient store, that is reset during the Commit phase.
# Variables
AminoCdc is a amino codec created to support amino JSON compatible msgs.
DefaultEnableHeight is 0 (i.e disabled).
DefaultMinGasMultiplier is 0.5 or 50%.
DefaultMinGasPrice is 0 (i.e disabled).
DefaultNoBaseFee is false.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
KVStore key prefixes.
Transient Store key prefixes.
ModuleCdc references the global fee market module codec.
Parameter keys.
Parameter keys.
Parameter keys.
Parameter keys.
Parameter keys.
Parameter keys.
Parameter keys.
Parameter keys.
# Structs
EventBlockGas defines an Ethereum block gas event.
EventFeeMarket is the event type for the fee market module.
GenesisState defines the feemarket module's genesis state.
MsgUpdateParams defines a Msg for updating the x/feemarket module parameters.
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
Params defines the EVM module parameters.
QueryBaseFeeRequest defines the request type for querying the EIP1559 base fee.
QueryBaseFeeResponse returns the EIP1559 base fee.
QueryBlockGasRequest defines the request type for querying the EIP1559 base fee.
QueryBlockGasResponse returns block gas used for a given height.
QueryParamsRequest defines the request type for querying x/evm parameters.
QueryParamsResponse defines the response type for querying x/evm parameters.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
# Interfaces
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
No description provided by the author
# Type aliases
No description provided by the author