wwWallet core documentation
    Preparing search index...

    Type Alias GeneratePresentationResponse

    type GeneratePresentationResponse = {
        data: { presentation_request: PresentationRequest; vp_token: string };
        nextStep: GeneratePresentationNextStep;
        protocol: GeneratePresentationProtocol;
    }
    Index

    Properties

    data: { presentation_request: PresentationRequest; vp_token: string }
    nextStep: GeneratePresentationNextStep
    protocol: GeneratePresentationProtocol