UNPKG

pharos-agent-kit

Version:
11 lines 429 B
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