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

# Functions

Call executes the code given by the contract's address.
Create executes the code using the EVM create method.
Execute executes the code using the input as call data during the execution.

# Structs

Config is a basic type specifying certain configuration flags for running the EVM.