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

x/solc/types.ts>ABI

💎 Solidity bindings for Deno
Go to Latest
type alias ABI
import { type ABI } from "https://deno.land/x/solc@1.0.6/types.ts";
definition: { inputs: { internalType: string; name: string; type: string; }[]; name?: string; outputs?: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; payable?: boolean; constant?: boolean; }