balanceOfBatch

Calls the "balanceOfBatch" function on the contract.

Example

import { balanceOfBatch } from "thirdweb/extensions/erc1155";
const result = await balanceOfBatch({
contract,
owners: ...,
tokenIds: ...,
});

Parameters

Returns

The parsed result of the function call.