remove choice inheritance from TypeScript #14893
Labels
component/js-ecosystem
TypeScript and React.js bindings
roadmap/interfaces
https://digitalasset.atlassian.net/browse/DAML-56
team/ledger-clients
Related to the Ledger Clients team's components.
#14134 redesigned interfaces in TypeScript so that using inherited choices is no longer necessary for type-safe interface choice invocation; instead, users use explicit
toInterface
conversions. Additionally, with #14892, it is not feasible to "retroactively inherit" choices. Instead, as discussed in #14134, we should remove choice inheritance entirely.The text was updated successfully, but these errors were encountered: