Calls the "tokensOfOwner" function on the contract.
import { tokensOfOwner } from "thirdweb/extensions/erc721"; const result = await tokensOfOwner({ contract, owner: ...,});
function tokensOfOwner(options: BaseTransactionOptions<TokensOfOwnerParams>) : Promise<readonly Array<bigint>>
The options for the tokensOfOwner function.
let options: BaseTransactionOptions<TokensOfOwnerParams>;
let returnType: Promise<readonly Array<bigint>>
The parsed result of the function call.