UNPKG

pharos-agent-kit

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