package
0.19.0-reap.ethermint.v0.2.7-rc8
Repository: https://github.com/reapchain/ethermint.git
Documentation: pkg.go.dev

# Functions

DefaultChainConfig returns default evm parameters.
DefaultParams returns default evm parameters ExtraEIPs is empty to prevent overriding the latest hard fork instruction set.
IsLondon returns if london hardfork is enabled.
NewParams creates a new Params instance.
ParamKeyTable returns the parameter key table.

# Constants

No description provided by the author

# Variables

AvailableExtraEIPs define the list of all EIPs that can be enabled by the EVM interpreter.
DefaultMinGasMultiplier is 0.5 or 50%.
No description provided by the author
No description provided by the author
No description provided by the author
Parameter keys.
Parameter keys.
Parameter keys.
Parameter keys.
Parameter keys.

# Structs

AccessTuple is the element type of an access list.
ChainConfig defines the Ethereum ChainConfig parameters using *sdk.Int values instead of *big.Int.
Log represents an protobuf compatible Ethereum Log that defines a contract log event.
Params defines the EVM module parameters.
State represents a single Storage key value pair item.
TraceConfig holds extra parameters to trace functions.
TransactionLogs define the logs generated from a transaction execution with a given hash.
TxResult stores results of Tx execution.