package
0.0.0-20250130105826-8a2b41069928
Repository: https://github.com/0xbridge/polygon-edge.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewExecutor creates a new executor.
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
TestState tests a set of tests on a state.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
Per transaction not creating a contract.
Per transaction that creates a contract.
No description provided by the author
# Variables
No description provided by the author
ErrFeeCapTooLow is returned if the transaction fee cap is less than the the base fee of the block.
ErrFeeCapVeryHigh is a sanity error to avoid extremely big numbers specified in the fee cap field.
No description provided by the author
No description provided by the author
ErrNonceUintOverflow is returned if uint64 overflow happens.
No description provided by the author
No description provided by the author
ErrTipAboveFeeCap is a sanity error to ensure no one is able to specify a transaction with a tip higher than the total fee cap.
ErrTipVeryHigh is a sanity error to avoid extremely big numbers specified in the tip field.
# Structs
Account is the account reference in the ethereum state.
No description provided by the author
Executor is the main entity.
No description provided by the author
No description provided by the author
No description provided by the author
Object is the serialization of the radix object (can be merged to StateObject?).
PreState is the account prestate.
StateObject is the internal representation of the account.
StorageObject is an entry in the storage.
No description provided by the author
No description provided by the author
Txn is a reference of the state.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
GetHashByNumber returns the hash function of a block number.
No description provided by the author
PreStates is a set of pre states.