walletsdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
walletsdk
walletsdk
/
com.dewa.walletsdk.model
/
PresentationDefinition
Presentation
Definition
data
class
PresentationDefinition
(
val
id
:
String
,
val
inputDescriptors
:
List
<
InputDescriptor
>
)
Members
Constructors
Presentation
Definition
Link copied to clipboard
constructor
(
id
:
String
,
inputDescriptors
:
List
<
InputDescriptor
>
)
Properties
id
Link copied to clipboard
val
id
:
String
input
Descriptors
Link copied to clipboard
@
SerializedName
(
value
=
"input_descriptors"
)
val
inputDescriptors
:
List
<
InputDescriptor
>