Type alias PresentationRequestJwm

PresentationRequestJwm: Jwm & {
    body: VerifiablePresentationRequest;
    from: string;
    reply_to: readonly string[];
    reply_url: string;
    type: PresentationRequestType;
}

Type declaration

Generated using TypeDoc