//
pkg.gl
Category
github.com/ethereumproject/go-ethereum
core
vm
runtime
package
6.0.9+incompatible
Repository:
https://github.com/ethereumproject/go-ethereum.git
Documentation:
pkg.go.dev
Overview
Versions
6
Dependencies
8
Dependents
0
Files
206 SLOC
#
Functions
Call
Call executes the code given by the contract's address.
Execute
Execute executes the code using the input as call data during the execution.
NewEnv
NewEnv returns a new vm.Environment.
#
Structs
Config
Config is a basic type specifying certain configuration flags for running the EVM.
Env
Env is a basic runtime environment required for running the EVM.