@fairmint/canton-node-sdk
Version:
Canton Node SDK
11 lines • 718 B
TypeScript
import { type z } from 'zod';
import type { paths } from '../../../../../generated/canton/community/ledger/ledger-json-api/src/test/resources/json-api-docs/openapi';
import { GetLedgerEndParamsSchema } from '../../../schemas/operations';
declare const endpoint: "/v2/state/ledger-end";
export type GetLedgerEndParams = z.infer<typeof GetLedgerEndParamsSchema>;
export type GetLedgerEndResponse = paths[typeof endpoint]['get']['responses']['200']['content']['application/json'];
export declare const GetLedgerEnd: new (client: import("../../../../../core").BaseClient) => import("../../../../../core").ApiOperation<Record<string, never>, {
offset: number;
}>;
export {};
//# sourceMappingURL=get-ledger-end.d.ts.map