@oyl/sdk
Version:
6 lines • 359 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.OylTransactionError = void 0;
var OylTransactionError_1 = require("./OylTransactionError");
Object.defineProperty(exports, "OylTransactionError", { enumerable: true, get: function () { return OylTransactionError_1.OylTransactionError; } });
//# sourceMappingURL=index.js.map
;