Type alias RequestStatement

RequestStatement: {
    id: string;
    statement: AtomicStatementV2[];
    type?: string[];
}

Type declaration

  • id: string
  • statement: AtomicStatementV2[]
  • Optional type?: string[]

    The type field is present iff the request is for a verifiable credential

Generated using TypeDoc