UNPKG

bitcore-node

Version:

A blockchain indexing node with extended capabilities using bitcore

8 lines 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MultiThreadSparseSync = void 0; const sync_1 = require("../p2p/sync"); class MultiThreadSparseSync extends sync_1.MultiThreadSync { } exports.MultiThreadSparseSync = MultiThreadSparseSync; //# sourceMappingURL=sync.js.map