Skip to main content
Module

x/solc/types.ts>CompiledContract

💎 Solidity compiler bindings for Deno
Latest
type alias CompiledContract
import { type CompiledContract } from "https://deno.land/x/solc@2.1.7/types.ts";
definition: { abi: ABI[]; devdoc: { kind: string; methods: DocMethods; version: 1; author: string; }; evm: ContractEVM; ewasm: { wasm: string; }; metadata: string; storageLayout: { storage: { astId: number; contract: string; label: string; offset: number; slot: string; type: string; }[]; types: Record<string, { encoding: string; key?: string; label: string; numberOfBytes: string; value?: string; }>; }; userdoc: { kind: string; methods: DocMethods; version: number; }; }