List the Declared Credentials
Credential list is a method to obtain all the credentials declared by the specified DID.
Example
Usage
did is the owner who needs to list all the declared credentials; skip is to ignore the first skip-the credentials; limit indicates the maximum number of credentials that can be listed.
If limit is the default value and the actual number of declared credentials in the chain surpasses 128, only 128 credentials will be returned. Set skip to get the remaining credentials. If limit > 512 and there are more than 512 declared credentials in the chain, only 512 credentials will be returned. Set skip to get the remaining credentials.
Last updated