@agentek/tools
Version:
Blockchain tools for AI agents
43 lines • 1.69 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.blockscoutTools = blockscoutTools;
const client_js_1 = require("../client.js");
const tools_js_1 = require("./tools.js");
function blockscoutTools() {
return (0, client_js_1.createToolCollection)([
tools_js_1.getNativeCoinHolders,
tools_js_1.getAddressInfo,
tools_js_1.getAddressCounters,
tools_js_1.getAddressTransactions,
tools_js_1.getAddressTokenTransfers,
tools_js_1.getAddressInternalTransactions,
tools_js_1.getAddressLogs,
tools_js_1.getAddressBlocksValidated,
tools_js_1.getAddressTokenBalances,
tools_js_1.getAddressTokens,
tools_js_1.getAddressCoinBalanceHistory,
tools_js_1.getAddressCoinBalanceHistoryByDay,
tools_js_1.getAddressWithdrawals,
tools_js_1.getAddressNFTs,
tools_js_1.getAddressNFTCollections,
tools_js_1.getBlockInfo,
tools_js_1.getBlockTransactions,
tools_js_1.getBlockWithdrawals,
tools_js_1.getStats,
tools_js_1.getTransactionsChart,
tools_js_1.getTransactionInfo,
tools_js_1.getTransactionTokenTransfers,
tools_js_1.getTransactionInternalTransactions,
tools_js_1.getTransactionLogs,
tools_js_1.getTransactionRawTrace,
tools_js_1.getTransactionStateChanges,
tools_js_1.getTransactionSummary,
tools_js_1.getSmartContracts,
tools_js_1.getSmartContract,
tools_js_1.getTokenInfo,
tools_js_1.getTokenHolders,
tools_js_1.getTokenTransfers,
tools_js_1.getBlockscoutSearch,
]);
}
//# sourceMappingURL=index.js.map