Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrContractNotFound = errors.New("the contract was not found in compiled code")
View Source
var ErrEmptySourceFile = errors.New("solc: empty source string")
View Source
var ErrInvalidConstraint = errors.New("a invalid constraint string was provided")
View Source
var ErrNoVersionMatch = errors.New("no solc version matched with the solidity file's constraint")
View Source
var ErrSolidityBinariesListCouldNotBeDownloaded = errors.New("the solidity binaries list could not be downloaded externally")
View Source
var ErrSolidityBinaryCouldNotBeDownloaded = errors.New("the solidity binary could not be downloaded externally")
View Source
var ErrVersionNotFound = errors.New("the pragma version string was not found")
Functions ¶
func NewSolidityCompiler ¶
func NewSolidityCompiler(storageFolder string) *solidityCompiler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.