UNPKG

@rsksmart/rif-storage-pinning

Version:

Application for providing your storage space to other to use in exchange of RIF Tokens

12 lines (11 loc) 594 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.initCacheTransport = exports.initLibp2pTransport = void 0; const cache_1 = require("./cache"); Object.defineProperty(exports, "initCacheTransport", { enumerable: true, get: function () { return cache_1.initTransport; } }); const libp2p_1 = require("./libp2p"); Object.defineProperty(exports, "initLibp2pTransport", { enumerable: true, get: function () { return libp2p_1.initTransport; } }); exports.default = { initLibp2pTransport: libp2p_1.initTransport, initCacheTransport: cache_1.initTransport };