UNPKG

@fairmint/canton-node-sdk

Version:
15 lines 697 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LighthouseApiClient = void 0; const core_1 = require("../../core"); const get_transfer_agent_1 = require("./operations/get-transfer-agent"); /** Client for interacting with Lighthouse API */ class LighthouseApiClient extends core_1.SimpleBaseClient { constructor(clientConfig) { super('LIGHTHOUSE_API', clientConfig); // Initialize operations this.getTransferAgent = new get_transfer_agent_1.GetTransferAgent(this).execute.bind(new get_transfer_agent_1.GetTransferAgent(this)); } } exports.LighthouseApiClient = LighthouseApiClient; //# sourceMappingURL=LighthouseApiClient.js.map