getCredentialNfts(chain, wallet, filters): Promise<CredentialsCollection[]>

Get all the NFTs of a given user that are verifiable credentials To use this method an api key with the credentials.read scope must have been provided.

Parameters

ParameterTypeDescription
chainVCChainChain to get the NFTs from
walletstringWallet address of the user
filtersCredentialFilterFilters to select only desired credentials (i.e. credential type, credential issuer)

Returns

Promise<CredentialsCollection[]>

  • List CredentialsCollection that match the filters each containing a list of nfts

Defined in

presentation/getCredentialNfts.ts:18