@agentek/tools
Version:
Blockchain tools for AI agents
9 lines • 361 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.gasEstimatorTools = gasEstimatorTools;
const client_js_1 = require("../client.js");
const tools_js_1 = require("./tools.js");
function gasEstimatorTools() {
return (0, client_js_1.createToolCollection)([tools_js_1.estimateGasCostTool]);
}
//# sourceMappingURL=index.js.map