UNPKG

pharos-agent-kit

Version:
11 lines 365 B
import { Address } from 'viem'; import { PharosAgentKit } from '../agent'; /** * Get ERC20 token balance */ export declare function getERC20Balance(agent: PharosAgentKit, tokenAddress: Address): Promise<bigint>; /** * Get native coin balance */ export declare function getBalance(agent: PharosAgentKit): Promise<bigint>; //# sourceMappingURL=getBalance.d.ts.map