@agentek/tools
Version:
Blockchain tools for AI agents
21 lines • 693 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.erc20Tools = erc20Tools;
const client_js_1 = require("../client.js");
const intents_js_1 = require("./intents.js");
const tools_js_1 = require("./tools.js");
function erc20Tools() {
return (0, client_js_1.createToolCollection)([
// tools
tools_js_1.getAllowanceTool,
tools_js_1.getBalanceOfTool,
tools_js_1.getTotalSupplyTool,
tools_js_1.getDecimalsTool,
tools_js_1.getNameTool,
tools_js_1.getSymbolTool,
tools_js_1.getTokenMetadataTool,
// intents
intents_js_1.intentApproveTool,
]);
}
//# sourceMappingURL=index.js.map