UNPKG

linea-mcp

Version:

A Model Context Protocol server for interacting with the Linea blockchain

17 lines 507 B
import { erc20Balance, erc20Transfer } from './handlers.js'; import { Erc20BalanceSchema, Erc20TransferSchema } from './schemas.js'; export { erc20Balance, erc20Transfer }; export { Erc20BalanceSchema, Erc20TransferSchema }; export declare const toolMetadata: { erc20Balance: { name: string; description: string; example: string; }; erc20Transfer: { name: string; description: string; example: string; }; }; //# sourceMappingURL=index.d.ts.map