@bithomp/xrpl-api
Version:
A Bithomp JavaScript/TypeScript library for interacting with the XRP Ledger
8 lines (7 loc) • 514 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ValidationError = exports.XrplApiError = void 0;
const xrpl_api_error_1 = require("./xrpl_api_error");
Object.defineProperty(exports, "XrplApiError", { enumerable: true, get: function () { return xrpl_api_error_1.XrplApiError; } });
const validation_error_1 = require("./validation_error");
Object.defineProperty(exports, "ValidationError", { enumerable: true, get: function () { return validation_error_1.ValidationError; } });
;