UNPKG

@fairmint/canton-node-sdk

Version:
19 lines 622 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GetDsoPartyId = void 0; const zod_1 = require("zod"); const core_1 = require("../../../../../core"); /** * @description Get the DSO party ID * @example * ```typescript * const dsoParty = await client.getDsoPartyId(); * console.log(`DSO Party ID: ${dsoParty.dso_party_id}`); * ``` */ exports.GetDsoPartyId = (0, core_1.createApiOperation)({ paramsSchema: zod_1.z.void(), method: 'GET', buildUrl: (_params, apiUrl) => `${apiUrl}/api/validator/v0/scan-proxy/dso-party-id`, }); //# sourceMappingURL=get-dso-party-id.js.map