CredentialsCollection represents a collection of credential NFTs.

Extends

Properties

chain

chain: VCChain
The blockchain chain on which the contract is deployed.

Inherited from

Collection.chain

Defined in

verifiableCredentialsSDK/types/collection.ts:21

contractAddress

contractAddress: string
Address of the contract associated with the collection.

Inherited from

Collection.contractAddress

Defined in

verifiableCredentialsSDK/types/collection.ts:16

metadata

metadata: VCContractMetadata
Metadata of the contract, including credential-specific metadata.

Overrides

Collection.metadata

Defined in

verifiableCredentialsSDK/types/collection.ts:40

nfts

nfts: VCNFT[]
List of NFTs within the collection.

Inherited from

Collection.nfts

Defined in

verifiableCredentialsSDK/types/collection.ts:11