@agentek/tools
Version:
Blockchain tools for AI agents
12 lines • 813 B
TypeScript
declare const getBalance: import("../client.js").BaseTool;
declare const getCode: import("../client.js").BaseTool;
declare const getTransactionCount: import("../client.js").BaseTool;
declare const getBlock: import("../client.js").BaseTool;
declare const getBlockNumber: import("../client.js").BaseTool;
declare const getGasPrice: import("../client.js").BaseTool;
declare const estimateGas: import("../client.js").BaseTool;
declare const getFeeHistory: import("../client.js").BaseTool;
declare const getTransaction: import("../client.js").BaseTool;
declare const getTransactionReceipt: import("../client.js").BaseTool;
export { getBalance, getCode, getTransactionCount, getBlock, getBlockNumber, getGasPrice, estimateGas, getFeeHistory, getTransaction, getTransactionReceipt, };
//# sourceMappingURL=tools.d.ts.map