PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/viem/_cjs/zksync/actions
Просмотр файла: getRawBlockTransactions.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getRawBlockTransactions = getRawBlockTransactions;
const camelCaseKeys_js_1 = require("../utils/camelCaseKeys.js");
async function getRawBlockTransactions(client, parameters) {
const result = await client.request({
method: 'zks_getRawBlockTransactions',
params: [parameters.number],
});
return (0, camelCaseKeys_js_1.camelCaseKeys)(result);
}
//# sourceMappingURL=getRawBlockTransactions.js.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!