UNPKG

@fairmint/canton-node-sdk

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