Type alias PresentationRequestJwm

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

Type declaration

  • Readonly body: VerifiablePresentationRequest
  • Readonly from: string
  • Readonly reply_to: readonly string[]
  • Readonly reply_url: string
  • Readonly type: PresentationRequestType

Generated using TypeDoc