@fairmint/canton-node-sdk
Version:
Canton Node SDK
13 lines • 550 B
JavaScript
;
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