method PrivateEd25519.prototype.issueVC
PrivateEd25519.prototype.issueVC(
verification_method: DIDURL,
vc: object,
context_loader: ContextLoader,
options?: W3CIssueOptions | null,
): Promise<object>

Create a new verifiable credential.

Parameters

verification_method: DIDURL
vc: object
context_loader: ContextLoader
optional
options: W3CIssueOptions | null

Return Type

Promise<object>