UNPKG

@nextrope/xrpl

Version:

A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser

7 lines 308 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_API_VERSION = exports.RIPPLED_API_V2 = exports.RIPPLED_API_V1 = void 0; exports.RIPPLED_API_V1 = 1; exports.RIPPLED_API_V2 = 2; exports.DEFAULT_API_VERSION = exports.RIPPLED_API_V2; //# sourceMappingURL=index.js.map