UNPKG

@truffle/codec

Version:

Library for encoding and decoding smart contract data

5 lines (4 loc) 252 B
import type * as Format from "../../format"; import type { Context } from "../types"; export declare function contextToType(context: Context): Format.Types.ContractType; export declare function makeTypeId(astId: number, compilationId: string): string;