UNPKG

@fairmint/canton-node-sdk

Version:
14 lines 858 B
import type { paths } from '../../../../../generated/canton/community/ledger/ledger-json-api/src/test/resources/json-api-docs/openapi'; declare const endpoint: "/v2/updates/update-by-id"; export interface GetUpdateByIdParams { /** The ID of the update to fetch. */ updateId: string; /** Parties to read as (optional). */ readAs: string[]; } export type GetUpdateByIdResponse = paths[typeof endpoint]['post']['responses']['200']['content']['application/json']; export declare const GetUpdateById: new (client: import("../../../../../core").BaseClient) => import("../../../../../core").ApiOperation<GetUpdateByIdParams, { update: import("../../../../../generated/canton/community/ledger/ledger-json-api/src/test/resources/json-api-docs/openapi").components["schemas"]["Update"]; }>; export {}; //# sourceMappingURL=get-update-by-id.d.ts.map