Versions in this module Expand all Collapse all v0 v0.0.3 Feb 22, 2024 v0.0.2 Feb 22, 2024 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{}