UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

14 lines 463 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.btcRpcTools = btcRpcTools; const client_js_1 = require("../client.js"); const tools_js_1 = require("./tools.js"); function btcRpcTools() { return (0, client_js_1.createToolCollection)([ tools_js_1.getLatestBtcBlock, tools_js_1.getBlockTxids, tools_js_1.getBtcTxDetails, tools_js_1.getBtcAddressInfo ]); } //# sourceMappingURL=index.js.map