Enumeration CompilationOutput

Corresponds to the string constants used in "outputSelection" as described in https://docs.soliditylang.org/en/latest/using-the-compiler.html#input-description

Enumeration Members

ABI: "abi"
ALL: "*"
AST: "ast"
DEVDOC: "devdoc"
EVM: "evm"
EVM_ASSEMBLY: "evm.assembly"
EVM_BYTECODE: "evm.bytecode"
EVM_BYTECODE_GENERATEDSOURCES: "evm.bytecode.generatedSources"
EVM_BYTECODE_LINKREFERENCES: "evm.bytecode.linkReferences"
EVM_BYTECODE_OBJECT: "evm.bytecode.object"
EVM_BYTECODE_OPCODES: "evm.bytecode.opcodes"
EVM_BYTECODE_SOURCEMAP: "evm.bytecode.sourceMap"
EVM_DEPLOYEDBYTECODE_IMMUTABLEREFERENCES: "evm.deployedBytecode.immutableReferences"
EVM_GASESTIMATES: "evm.gasEstimates"
EVM_LEGACY_ASSEMBLY: "evm.legacyAssembly"
EVM_METHODIDENTIFIERS: "evm.methodIdentifiers"
EWASM_WASM: "ewasm.wasm"
EWASM_WAST: "ewasm.wast"
IR: "ir"
IR_OPTIMIZED: "irOptimized"
METADATA: "metadata"
STORAGE_LAYOUT: "storageLayout"
USERDOC: "userdoc"

Generated using TypeDoc