UNPKG

@fairmint/canton-node-sdk

Version:
13 lines 550 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GetParticipantId = void 0; const core_1 = require("../../../../../core"); const operations_1 = require("../../../schemas/operations"); const endpoint = '/v2/parties/participant-id'; exports.GetParticipantId = (0, core_1.createApiOperation)({ paramsSchema: operations_1.GetParticipantIdParamsSchema, method: 'GET', buildUrl: (_params, apiUrl) => `${apiUrl}${endpoint}`, buildRequestData: () => ({}), }); //# sourceMappingURL=get-participant-id.js.map