UNPKG

sei-agent-kit

Version:

A package for building AI agents on the SEI blockchain

11 lines 437 B
import { Tool } from "langchain/tools"; import { SeiAgentKit } from "../../agent"; import { BalancesReturnType } from "../../../node_modules/citrex-sdk/lib/types.js"; export declare class SeiCitrexListBalancesTool extends Tool { private readonly seiKit; name: string; description: string; constructor(seiKit: SeiAgentKit); _call(): Promise<BalancesReturnType | undefined>; } //# sourceMappingURL=listBalances.d.ts.map