@agentek/tools
Version:
Blockchain tools for AI agents
20 lines • 647 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.rpcTools = rpcTools;
const client_js_1 = require("../client.js");
const tools_js_1 = require("./tools.js");
function rpcTools() {
return (0, client_js_1.createToolCollection)([
tools_js_1.getBalance,
tools_js_1.getCode,
tools_js_1.getTransactionCount,
tools_js_1.getBlock,
tools_js_1.getBlockNumber,
tools_js_1.getGasPrice,
tools_js_1.estimateGas,
tools_js_1.getFeeHistory,
tools_js_1.getTransaction,
tools_js_1.getTransactionReceipt,
]);
}
//# sourceMappingURL=index.js.map