medibloc / panacea-core

MediBloc Blockchain Core
https://medibloc.com
Other
60 stars 19 forks source link

Add `presentation_definition` to data deal #631

Closed 0xHansLee closed 1 year ago

0xHansLee commented 1 year ago

With presentation_definition, consumers can specify data that meets specific types and/or conditions. The presentation_definition will be added to deal as below:

message Deal {
  // ...
  bytes presentation_definition = 10;
}