Versions in this module Expand all Collapse all v1 v1.10.19 Jun 7, 2022 Changes in this version + func ParseCombinedJSON(combinedJSON []byte, source string, languageVersion string, ...) (map[string]*Contract, error) + type Contract struct + Code string + Hashes map[string]string + Info ContractInfo + RuntimeCode string + type ContractInfo struct + AbiDefinition interface{} + CompilerOptions string + CompilerVersion string + DeveloperDoc interface{} + Language string + LanguageVersion string + Metadata string + Source string + SrcMap interface{} + SrcMapRuntime string + UserDoc interface{}