Collection represents a generic collection of NFTs.

Extended by

Properties

chain

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

Defined in

verifiableCredentialsSDK/types/collection.ts:21

contractAddress

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

Defined in

verifiableCredentialsSDK/types/collection.ts:16

metadata

metadata: any
Metadata associated with the collection.

Defined in

verifiableCredentialsSDK/types/collection.ts:26

nfts

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

Defined in

verifiableCredentialsSDK/types/collection.ts:11