Open S11001001 opened 2 years ago
While there is ever-increasing overlap between the untyped-value classes like CreatedEvent
and their typed-value counterparts like Created
and Contract<...>
, we won't unify them as part of this metaissue.
Additionally, as of this writing our only plans regarding this metaissue are to finish the exercise event ideas included above, and beyond that allow changes to quickstart-java
and downstream help to discover new features, at least until we have another idea.
There is now a collection of associated
ledger client facade
issues, all somewhat loosely dependent on #14313 (though truly only ~interface FromValue
~interface ValueDecoder
is required for all of them).TemplateCompanion
already carries decoders. It's a little trickier, but interface views can also be incorporated with #15125ChoiceMetadata
may also be a good basis for #14312. However, we have to seriously discuss what we want to break with that change