Skip to main content
Module

x/solc/deps.ts>LibraryAddresses

💎 Solidity compiler bindings for Deno
Latest
interface LibraryAddresses
import { type LibraryAddresses } from "https://deno.land/x/solc@2.1.7/deps.ts";

A mapping between libraries and the addresses to which they were deployed.

Containing support for two level configuration, These two level configurations can be seen below.

{ "lib.sol:L1": "0x...", "lib.sol:L2": "0x...", "lib.sol": {"L3": "0x..."} }

Index Signatures

[qualifiedNameOrSourceUnit: string]: string | { [unqualifiedLibraryName: string]: string; }