cardano-client-lib
cardano-client-lib copied to clipboard
Replace high level api's internal implementations with composable functions
The current version of high level apis are simple and good for beginners or simple use cases. These apis have their own implementation for transaction build logic.
As composable functions are now stable and recommended, we should plan to replace the High level api's internal implementations with composable functions.
Advantages:
- Only one set of transaction building logic to maintain instead of two parallel implementations
- Use this opportunity to re-define/re-imagine high level api
This enhancement is a placeholder to discuss the future high level api definitions.
In progress Branch: https://github.com/bloxbean/cardano-client-lib/tree/quicktx