method PrivateEd25519.prototype.presentVP
PrivateEd25519.prototype.presentVP(
verification_method: string,
vp: object,
context_loader: ContextLoader,
domain?: string,
challenge?: string,
): Promise<object>

Create a new verifiable presentation.

Parameters

verification_method: string
vp: object
context_loader: ContextLoader
optional
domain: string
optional
challenge: string

Return Type

Promise<object>