PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/viem/_cjs/actions/public
Просмотр файла: getContractEvents.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getContractEvents = getContractEvents;
const getAbiItem_js_1 = require("../../utils/abi/getAbiItem.js");
const getAction_js_1 = require("../../utils/getAction.js");
const getLogs_js_1 = require("./getLogs.js");
async function getContractEvents(client, parameters) {
const { abi, address, args, blockHash, eventName, fromBlock, toBlock, strict, } = parameters;
const event = eventName
? (0, getAbiItem_js_1.getAbiItem)({ abi, name: eventName })
: undefined;
const events = !event
? abi.filter((x) => x.type === 'event')
: undefined;
return (0, getAction_js_1.getAction)(client, getLogs_js_1.getLogs, 'getLogs')({
address,
args,
blockHash,
event,
events,
fromBlock,
toBlock,
strict,
});
}
//# sourceMappingURL=getContractEvents.js.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!