UNPKG

@fairmint/canton-node-sdk

Version:
13 lines 526 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GetTransactionByOffset = void 0; const core_1 = require("../../../../../core"); const zod_1 = require("zod"); const endpoint = '/v2/updates/transaction-by-offset'; exports.GetTransactionByOffset = (0, core_1.createApiOperation)({ paramsSchema: zod_1.z.any(), method: 'POST', buildUrl: (_params, apiUrl) => `${apiUrl}${endpoint}`, buildRequestData: (params) => params, }); //# sourceMappingURL=get-transaction-by-offset.js.map