UNPKG

@fairmint/canton-node-sdk

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