UNPKG

sei-agent-kit

Version:

A package for building AI agents on the SEI blockchain

4 lines 245 B
import { Address } from "viem"; import { SeiAgentKit } from "../agent"; export declare function approveToken(agent: SeiAgentKit, tokenAddress: Address, spender: Address, amount: bigint): Promise<void>; //# sourceMappingURL=approveTokens.d.ts.map