ufomarketplace-sdk-new
Version:
SDK to interact with set ufo marketplace contracts
11 lines • 648 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IEscrow__factory = exports.Escrow__factory = void 0;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
var Escrow__factory_1 = require("./Escrow__factory");
Object.defineProperty(exports, "Escrow__factory", { enumerable: true, get: function () { return Escrow__factory_1.Escrow__factory; } });
var IEscrow__factory_1 = require("./IEscrow__factory");
Object.defineProperty(exports, "IEscrow__factory", { enumerable: true, get: function () { return IEscrow__factory_1.IEscrow__factory; } });
//# sourceMappingURL=index.js.map