UNPKG

hardhat

Version:

Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

3 lines 286 B
import type { SolidityStackTraceEntry } from "../network-manager/edr/stack-traces/solidity-stack-trace.js"; export declare function getMessageFromLastStackTraceEntry(stackTraceEntry: SolidityStackTraceEntry): string | undefined; //# sourceMappingURL=stack-trace-solidity-errors.d.ts.map