@radixdlt/application
Version:
A JavaScript client library for interacting with the Radix Distributed Ledger.
8 lines • 382 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.nodeAPI = void 0;
const networking_1 = require("@radixdlt/networking");
const interface_1 = require("./open-api/interface");
const nodeAPI = (url) => (Object.assign({}, (0, interface_1.getAPI)((0, networking_1.openApiClient)(url).call)));
exports.nodeAPI = nodeAPI;
//# sourceMappingURL=api.js.map