//
pkg.gl
Category
github.com/codzart/go-ethereum
core
vm
runtime
package
1.4.9
Repository:
https://github.com/codzart/go-ethereum.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
0
Files
203 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.