pharos-agent-kit
Version:
Connect AI Agents to Pharos protocols
11 lines • 429 B
TypeScript
import { PharosAgentKit } from "../../index";
import { Address } from "viem";
/**
* Gets the ERC-721 token balance for a given wallet address
*
* @param agent PharosAgentKit instance
* @param token_address Address of the ERC-721 token contract
* @returns Balance as a string
*/
export declare function get_erc721_balance(agent: PharosAgentKit, token_address: Address): Promise<string>;
//# sourceMappingURL=balance.d.ts.map