@truffle/codec
Version:
Library for encoding and decoding smart contract data
5 lines (4 loc) • 300 B
TypeScript
import type * as Format from "../../format";
import type { InternalFunction } from "../types";
export declare function functionTableEntryToType(functionEntry: InternalFunction): Format.Types.ContractTypeNative;
export declare function makeInternalFunctionId(functionEntry: InternalFunction): string;