wwWallet core documentation
    Preparing search index...

    Type Alias PresentationSuccessResponse

    type PresentationSuccessResponse = {
        data: { code: string };
        nextStep: PresentationSuccessNextStep;
        protocol: PresentationSuccessProtocol;
    }
    Index

    Properties

    data: { code: string }
    nextStep: PresentationSuccessNextStep
    protocol: PresentationSuccessProtocol