UNPKG

bitcore-node

Version:

A blockchain indexing node with extended capabilities using bitcore

10 lines 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Rpcs = void 0; const erigonRpc_1 = require("./erigonRpc"); const gethRpc_1 = require("./gethRpc"); exports.Rpcs = { geth: gethRpc_1.GethRPC, erigon: erigonRpc_1.ErigonRPC }; //# sourceMappingURL=index.js.map