pharos-agent-kit
Version:
Connect AI Agents to Pharos protocols
11 lines • 365 B
TypeScript
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