UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

7 lines 257 B
export declare function parseCaip10(caip10: string): { namespace: string; chainId: number; address: `0x${string}`; }; export declare function getGovernorBySlug(slug: string, tallyApiKey: string): Promise<any>; //# sourceMappingURL=utils.d.ts.map