Home > @3rdweb/sdk > PackModule > getAll
Get Pack Data
Signature:
getAll(): Promise<PackMetadata[]>;
Returns:
Promise<PackMetadata[]>
The NFT metadata for all NFTs in the module.
Get data associated with every pack in this module.
const packs = await module.getAll();
console.log(packs);