@fairmint/canton-node-sdk
Version:
Canton Node SDK
15 lines • 1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ClientFactory = void 0;
const ClientFactory_1 = require("../core/ClientFactory");
Object.defineProperty(exports, "ClientFactory", { enumerable: true, get: function () { return ClientFactory_1.ClientFactory; } });
// Register the Ledger JSON API client
const LedgerJsonApiClient_1 = require("./ledger-json-api/LedgerJsonApiClient");
ClientFactory_1.ClientFactory.registerClient('LEDGER_JSON_API', LedgerJsonApiClient_1.LedgerJsonApiClient);
// Register the Validator API client
const ValidatorApiClient_1 = require("./validator-api/ValidatorApiClient");
ClientFactory_1.ClientFactory.registerClient('VALIDATOR_API', ValidatorApiClient_1.ValidatorApiClient);
// Register the Lighthouse API client
const LighthouseApiClient_1 = require("./lighthouse-api/LighthouseApiClient");
ClientFactory_1.ClientFactory.registerClient('LIGHTHOUSE_API', LighthouseApiClient_1.LighthouseApiClient);
//# sourceMappingURL=register.js.map