Collection represents a generic collection of NFTs.Documentation Index
Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
Use this file to discover all available pages before exploring further.
Extended by
Properties
chain
chain: VCChain
The blockchain chain on which the contract is deployed.
Defined in
verifiableCredentialsSDK/types/collection.ts:21contractAddress
contractAddress: string
Address of the contract associated with the collection.
Defined in
verifiableCredentialsSDK/types/collection.ts:16metadata
metadata: any
Metadata associated with the collection.
Defined in
verifiableCredentialsSDK/types/collection.ts:26nfts
nfts: VCNFT[]
List of NFTs within the collection.

