You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies if I'm missing something, but I can't find a way to create a PresentationDefinition. All the fields are pub(crate), there is no new, and it doesn't impl Default.
I know you can deserialize the JSON of an existing presentation to get it, but I need to make a new presentation.
Hardware Specification
N/A
Steps to Reproduce the Bug
Create an empty project.
Add dif-presentation-exchange as a dependency.
Try to create a PresentationDefinition.
Expected Behaviour
I'd expect a new method or an impl of Default.
Actual Behaviour
That is not the case.
Errors
N/A
The text was updated successfully, but these errors were encountered:
Description
Apologies if I'm missing something, but I can't find a way to create a
PresentationDefinition
. All the fields arepub(crate)
, there is nonew
, and it doesn't implDefault
.I know you can deserialize the JSON of an existing presentation to get it, but I need to make a new presentation.
Hardware Specification
N/A
Steps to Reproduce the Bug
dif-presentation-exchange
as a dependency.Expected Behaviour
I'd expect a
new
method or an impl ofDefault
.Actual Behaviour
That is not the case.
Errors
N/A
The text was updated successfully, but these errors were encountered: