UNPKG

sei-agent-kit

Version:

A package for building AI agents on the SEI blockchain

4 lines 208 B
import { Address } from 'viem'; import { SeiAgentKit } from '../agent'; export declare function getBalance(agent: SeiAgentKit, tokenAddress: Address): Promise<bigint>; //# sourceMappingURL=getBalance.d.ts.map