UNPKG

tensaikit

Version:

An autonomous DeFi AI Agent Kit on Katana enabling AI agents to plan and execute on-chain financial operations.

7 lines (6 loc) 250 B
/** * Common validation utilities */ export declare const validateAddress: (address: string) => void; export declare const validateAmount: (amount: string | number) => void; export declare const validateChainId: (chainId: string | number) => void;