UNPKG

sei-agent-kit

Version:

A package for building AI agents on the SEI blockchain

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