Versions in this module Expand all Collapse all v1 v1.6.9 May 31, 2018 Changes in this version + func CompileSolidity(solc string, sourcefiles ...string) (map[string]*Contract, error) + func CompileSolidityString(solc, source string) (map[string]*Contract, error) + type Contract struct + Code string + Info ContractInfo + type ContractInfo struct + AbiDefinition interface{} + CompilerOptions string + CompilerVersion string + DeveloperDoc interface{} + Language string + LanguageVersion string + Metadata string + Source string + UserDoc interface{} + type Solidity struct + FullVersion string + Major int + Minor int + Patch int + Path string + Version string + func SolidityVersion(solc string) (*Solidity, error)