Versions in this module Expand all Collapse all v0 v0.1.1 May 14, 2023 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{}