package
0.19.0-reap.ethermint.v0.2.7-rc8
Repository: https://github.com/reapchain/ethermint.git
Documentation: pkg.go.dev
# Functions
DefaultGenesisState sets default fee market genesis state.
DefaultParams returns default evm parameters.
NewGenesisState creates a new genesis state.
NewParams creates a new Params instance.
No description provided by the author
ParamKeyTable returns the parameter key table.
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
DefaultMinGasMultiplier is 0.5 or 50%.
DefaultMinGasPrice is 0 (i.e disabled).
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.
Parameter keys.
Parameter keys.
Parameter keys.
Parameter keys.
Parameter keys.
Parameter keys.
Parameter keys.
# Structs
GenesisState defines the feemarket module's genesis state.
Params defines the EVM module parameters.
QueryBaseFeeRequest defines the request type for querying the EIP1559 base fee.
BaseFeeResponse 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.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
# Interfaces
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.