UNPKG

@fairmint/canton-node-sdk

Version:
20 lines 538 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GetVersion = void 0; const zod_1 = require("zod"); const core_1 = require("../../../../../core"); /** * Get the version details of the participant node * * @example * ```typescript * const version = await client.getVersion(); * * ```; */ exports.GetVersion = (0, core_1.createApiOperation)({ paramsSchema: zod_1.z.void(), method: 'GET', buildUrl: (_params, apiUrl) => `${apiUrl}/v2/version`, }); //# sourceMappingURL=get.js.map