UNPKG

@accessprotocol/distributor

Version:

Access Protocol Distributor Library

8 lines (7 loc) 510 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.stakeCustodySol = exports.newDistributor = void 0; var newDistrbutor_1 = require("./newDistrbutor"); Object.defineProperty(exports, "newDistributor", { enumerable: true, get: function () { return newDistrbutor_1.newDistributor; } }); var stakeCustodySol_1 = require("./stakeCustodySol"); Object.defineProperty(exports, "stakeCustodySol", { enumerable: true, get: function () { return stakeCustodySol_1.stakeCustodySol; } });