getAll

Calls the "getAll" function on the contract.

Example

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 }>>

Parameters

The options for the getAll function.

Type

Returns

let returnType: Promise<readonly Array<{ chainId: bigint; deploymentAddress: string; metadataURI: string }>>

The parsed result of the function call.