sei-agent-kit
Version:
A package for building AI agents on the SEI blockchain
11 lines • 420 B
TypeScript
import { SeiAgentKit } from "../../index";
import { Address } from "viem";
/**
* Gets the ERC-721 token balance for a given wallet address
*
* @param agent SeiAgentKit instance
* @param token_address Address of the ERC-721 token contract
* @returns Balance as a string
*/
export declare function get_erc721_balance(agent: SeiAgentKit, token_address: Address): Promise<string>;
//# sourceMappingURL=balance.d.ts.map