UNPKG

@fairmint/canton-node-sdk

Version:
13 lines 566 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GetUpdateByOffset = void 0; const core_1 = require("../../../../../core"); const operations_1 = require("../../../schemas/operations"); const endpoint = '/v2/updates/update-by-offset'; exports.GetUpdateByOffset = (0, core_1.createApiOperation)({ paramsSchema: operations_1.GetUpdateByOffsetParamsSchema, method: 'POST', buildUrl: (_params, apiUrl) => `${apiUrl}${endpoint}`, buildRequestData: (params) => params, }); //# sourceMappingURL=get-update-by-offset.js.map