Type alias SendWebSemanticPresentationResponseOptions

SendWebSemanticPresentationResponseOptions: {
    presentation: VerifiablePresentation;
    presentationRequest: PresentationRequestJwm;
    senderDid?: string;
}

Type declaration

Generated using TypeDoc