Versions in this module Expand all Collapse all v0 v0.8.0 Sep 8, 2022 v0.7.0 Sep 7, 2022 Changes in this version + type Ast struct + AbsolutePath string + ExportedSymbols map[string][]uint + Id uint + License string + NodeType string + Nodes json.RawMessage + type CompilerInput struct + Language string + Settings CompilerSettings + Sources map[string]map[string]string + type CompilerInputMetadata struct + UseLiteralContent bool + type CompilerOutput struct + Contracts map[string]CompilerOutputContracts + Sources CompilerOutputSources + type CompilerOutputBytecode struct + LinkReferences LinkReferences + Object string + Opcodes string + SourceMap string + type CompilerOutputContract struct + Abi abi.ABI + Evm CompilerOutputEvm + Metadata string + StorageLayout StorageLayout + type CompilerOutputContracts map[string]CompilerOutputContract + type CompilerOutputEvm struct + Bytecode CompilerOutputBytecode + DeployedBytecode CompilerOutputBytecode + GasEstimates map[string]map[string]string + MethodIdentifiers map[string]string + type CompilerOutputSource struct + Ast Ast + Id uint + type CompilerOutputSources map[string]CompilerOutputSource + type CompilerSettings struct + EvmVersion string + Libraries map[string]map[string]string + Metadata CompilerInputMetadata + Optimizer OptimizerSettings + OutputSelection map[string]map[string][]string + type LinkReference map[string][]LinkReferenceOffset + type LinkReferenceOffset struct + Length uint + Start uint + type LinkReferences map[string]LinkReference + type OptimizerSettings struct + Enabled bool + Runs uint + type StorageLayout struct + Storage []StorageLayoutEntry + Types map[string]StorageLayoutType + type StorageLayoutEntry struct + AstId uint + Contract string + Label string + Offset uint + Slot uint + Type string + type StorageLayoutType struct + Encoding string + Key string + Label string + NumberOfBytes uint + Value string Other modules containing this package github.com/ethereum-optimism/optimism