@fairmint/canton-node-sdk
Version:
Canton Node SDK
20 lines • 564 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetDsoPartyId = void 0;
const zod_1 = require("zod");
const core_1 = require("../../../../../core");
/**
* Get the DSO party ID
*
* @example
* ```typescript
* const dsoParty = await client.getDsoPartyId();
*
* ```;
*/
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