> ## 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.

# CredentialsCollection

CredentialsCollection represents a collection of credential NFTs.

## Extends

* [`Collection`](./Collection)

## Properties

### chain

> **chain**: [`VCChain`](../type-aliases/VCChain)

The blockchain chain on which the contract is deployed.

#### Inherited from

[`Collection`](./Collection).[`chain`](./Collection#chain)

#### Defined in

[verifiableCredentialsSDK/types/collection.ts:21](https://github.com/Crossmint/crossmint-sdk/blob/main/packages/client/verifiable-credentials/src/verifiableCredentialsSDK/types/collection.ts#L21)

***

### contractAddress

> **contractAddress**: `string`

Address of the contract associated with the collection.

#### Inherited from

[`Collection`](./Collection).[`contractAddress`](./Collection#contractaddress)

#### Defined in

[verifiableCredentialsSDK/types/collection.ts:16](https://github.com/Crossmint/crossmint-sdk/blob/main/packages/client/verifiable-credentials/src/verifiableCredentialsSDK/types/collection.ts#L16)

***

### metadata

> **metadata**: `VCContractMetadata`

Metadata of the contract, including credential-specific metadata.

#### Overrides

[`Collection`](./Collection).[`metadata`](./Collection#metadata)

#### Defined in

[verifiableCredentialsSDK/types/collection.ts:40](https://github.com/Crossmint/crossmint-sdk/blob/main/packages/client/verifiable-credentials/src/verifiableCredentialsSDK/types/collection.ts#L40)

***

### nfts

> **nfts**: [`VCNFT`](./VCNFT)\[]

List of NFTs within the collection.

#### Inherited from

[`Collection`](./Collection).[`nfts`](./Collection#nfts)

#### Defined in

[verifiableCredentialsSDK/types/collection.ts:11](https://github.com/Crossmint/crossmint-sdk/blob/main/packages/client/verifiable-credentials/src/verifiableCredentialsSDK/types/collection.ts#L11)
