@orvium/orvium-tools
Version:
Set of tools to interact with Orvium API
10 lines (9 loc) • 663 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.exportDeposit = exports.importDeposit = void 0;
// Import the `importDeposit` function from the file where it is implemented
var import_deposit_1 = require("./src/import-deposit");
Object.defineProperty(exports, "importDeposit", { enumerable: true, get: function () { return import_deposit_1.importDeposit; } });
// Import the `importDeposit` function from the file where it is implemented
var export_deposit_1 = require("./src/export-deposit");
Object.defineProperty(exports, "exportDeposit", { enumerable: true, get: function () { return export_deposit_1.exportDeposit; } });