UNPKG

hardhat

Version:

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

7 lines 315 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ReturnData = void 0; const napi_rs_1 = require("../../../common/napi-rs"); const { ReturnData } = (0, napi_rs_1.requireNapiRsModule)("@nomicfoundation/edr"); exports.ReturnData = ReturnData; //# sourceMappingURL=return-data.js.map