Extends
Properties
chain
chain: VCChain
The blockchain chain on which the contract is deployed.
Inherited from
Collection
.chain
Defined in
verifiableCredentialsSDK/types/collection.ts:21contractAddress
contractAddress: string
Address of the contract associated with the collection.
Inherited from
Collection
.contractAddress
Defined in
verifiableCredentialsSDK/types/collection.ts:16metadata
metadata: VCContractMetadata
Metadata of the contract, including credential-specific metadata.
Overrides
Collection
.metadata
Defined in
verifiableCredentialsSDK/types/collection.ts:40nfts
nfts: VCNFT
[]
List of NFTs within the collection.
Inherited from
Collection
.nfts