package
1.4.9
Repository: https://github.com/codzart/go-ethereum.git
Documentation: pkg.go.dev

# Functions

Call executes the code given by the contract's address.
Execute executes the code using the input as call data during the execution.
NewEnv returns a new vm.Environment.

# Structs

Config is a basic type specifying certain configuration flags for running the EVM.
Env is a basic runtime environment required for running the EVM.