UNPKG

@fairmint/canton-node-sdk

Version:
11 lines 738 B
import { type z } from 'zod'; import type { paths } from '../../../../../generated/canton/community/ledger/ledger-json-api/src/test/resources/json-api-docs/openapi'; import { GetParticipantIdParamsSchema } from '../../../schemas/operations'; declare const endpoint: "/v2/parties/participant-id"; export type GetParticipantIdParams = z.infer<typeof GetParticipantIdParamsSchema>; export type GetParticipantIdResponse = paths[typeof endpoint]['get']['responses']['200']['content']['application/json']; export declare const GetParticipantId: new (client: import("../../../../../core").BaseClient) => import("../../../../../core").ApiOperation<void, { participantId: string; }>; export {}; //# sourceMappingURL=get-participant-id.d.ts.map