UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

21 lines 755 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.coinchanTools = coinchanTools; const client_js_1 = require("../client.js"); const tools_js_1 = require("./tools.js"); const intents_js_1 = require("./intents.js"); function coinchanTools() { return (0, client_js_1.createToolCollection)([ // tools tools_js_1.coinchanGetCoins, tools_js_1.coinchanGetCoinsCount, tools_js_1.coinchanGetVestableAmount, // intents intents_js_1.intentCoinchanMake, intents_js_1.intentCoinchanMakeLocked, intents_js_1.intentCoinchanClaimVested, intents_js_1.intentCoinchanMakeHold, intents_js_1.intentCoinchanAirdrop ]); } //# sourceMappingURL=index.js.map