//
pkg.gl
Category
github.com/ethereum/go-ethereum
core
vm
runtime
package
1.15.2
Repository:
https://github.com/ethereum/go-ethereum.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
10
Dependents
244
Files
219 SLOC
#
Functions
Call
Call executes the code given by the contract's address.
Create
Create executes the code using the EVM create method.
Execute
Execute executes the code using the input as call data during the execution.
NewEnv
#
Structs
Config
Config is a basic type specifying certain configuration flags for running the EVM.