You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
737 B
10 lines
737 B
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.mainnetTrustedSetupPath = exports.getIpcRpcClient = exports.ipc = void 0;
|
|
var ipc_js_1 = require("../clients/transports/ipc.js");
|
|
Object.defineProperty(exports, "ipc", { enumerable: true, get: function () { return ipc_js_1.ipc; } });
|
|
var ipc_js_2 = require("../utils/rpc/ipc.js");
|
|
Object.defineProperty(exports, "getIpcRpcClient", { enumerable: true, get: function () { return ipc_js_2.getIpcRpcClient; } });
|
|
var trustedSetups_js_1 = require("./trustedSetups.js");
|
|
Object.defineProperty(exports, "mainnetTrustedSetupPath", { enumerable: true, get: function () { return trustedSetups_js_1.mainnetTrustedSetupPath; } });
|
|
//# sourceMappingURL=index.js.map
|