Skip to content

Commit

Permalink
Merge branch 'feat/present-proof-v2' of https://github.com/hyperledge…
Browse files Browse the repository at this point in the history
…r/aries-framework-javascript into feat/present-proof-v2
  • Loading branch information
NB-KarimStekelenburg committed Jan 27, 2022
2 parents 84a2f47 + 20a8da6 commit 4a201c1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ import { Equals, IsArray, IsBoolean, IsInstance, IsOptional, IsString, ValidateN
import { AgentMessage } from '../../../../../agent/AgentMessage'
import { uuid } from '../../../../../utils/uuid'
import { ProofFormatSpec } from '../../../formats/models/ProofFormatServiceOptions'
import { PresentationPreview } from '../../v1/models/PresentationPreview'

import { Attachment } from 'packages/core/src/decorators/attachment/Attachment'

export interface V2ProposePresentationMessageOptions {
id?: string
formats: ProofFormatSpec
filtersAttach: Attachment[]
comment?: string
goalCode?: string
willConfirm?: boolean
Expand Down

0 comments on commit 4a201c1

Please sign in to comment.