Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/solc/types.ts>Contract

💎 Solidity bindings for Deno
Go to Latest
type alias Contract
import { type Contract } from "https://deno.land/x/solc@1.0.6/types.ts";
definition: { gasEstimates: GasEstimates; interface: string; metadata: string; assembly: string; bytecode: string; opcodes: string; srcmap: any; runtimeBytecode: string; srcmapRuntime: string; functionHashes: Record<string, string>; }