Skip to main content
Module

x/solc/types.ts>ContractEVM

💎 Solidity compiler bindings for Deno
Latest
type alias ContractEVM
import { type ContractEVM } from "https://deno.land/x/solc@2.1.7/types.ts";
definition: { assembly: string; bytecode: { functionDebugData: FunctionDebugData; generatedSources: GeneratedSources; linkReferences: LinkReferences; object: string; opcodes: string; sourceMap: string; }; deployedBytecode: { functionDebugData: FunctionDebugData; generatedSources: GeneratedSources; immutableReferences: Record<string, { length: number; start: number; }[]>; linkReferences: LinkReferences; }; gasEstimates: GasEstimates; legacyAssembly: { .code: LegacyAssemblyCode[]; .data: Record<string, { .auxdata: string; .code: LegacyAssemblyCode[]; }>; }; methodIdentifiers: Record<string, string>; }