Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Compiler ¶
type Compiler interface { // Compile compiles a file Compile(files ...string) (map[string]*Artifact, error) }
Compiler is an Ethereum compiler
func NewCompiler ¶
NewCompiler instantiates a new compiler
func NewSolidityCompiler ¶
NewSolidityCompiler instantiates a new solidity compiler
func NewVyperCompiler ¶
NewVyperCompiler instantiates a new vyper compiler
Click to show internal directories.
Click to hide internal directories.