Calls the "getAll" function on the contract.
import { getAll } from "thirdweb/extensions/thirdweb"; const result = await getAll({ contract, deployer: ...,});
function getAll(options: BaseTransactionOptions<GetAllParams>) : Promise<readonly Array<{ chainId: bigint; deploymentAddress: string; metadataURI: string }>>
The options for the getAll function.
let options: BaseTransactionOptions<GetAllParams>;
let returnType: Promise<readonly Array<{ chainId: bigint; deploymentAddress: string; metadataURI: string }>>
The parsed result of the function call.