@atala/prism-wallet-sdk / Exports / Domain / PresentationDefinitionRequestType
Class: PresentationDefinitionRequestType<Type>
Domain.PresentationDefinitionRequestType
Type parameters
Name | Type |
---|---|
Type | extends CredentialType |
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new PresentationDefinitionRequestType<Type
>(data
): PresentationDefinitionRequestType
<Type
>
Type parameters
Name | Type |
---|---|
Type | extends CredentialType |
Parameters
Name | Type |
---|---|
data | PresentationDefinitionData [Type ] |
Returns
PresentationDefinitionRequestType
<Type
>
Defined in
src/domain/models/VerifiableCredential.ts:184
Properties
data
• data: PresentationDefinitionData
[Type
]
Defined in
src/domain/models/VerifiableCredential.ts:184
Methods
fromData
▸ fromData<Type
>(data
): PresentationDefinitionRequestType
<Type
>
Type parameters
Name | Type |
---|---|
Type | extends CredentialType |
Parameters
Name | Type |
---|---|
data | PresentationDefinitionData |
Returns
PresentationDefinitionRequestType
<Type
>