Releases: bcnmy/composability
Releases · bcnmy/composability
v1.1.0
v1.0.0
v1.0.0
- Single-chain composability: Use outputs of one action as inputs for another. For example, swap() method returns the amount of tokens received as a result of a swap. This exact amount can be used as input for approve() method to allow a stake() method to execute.
- Static types handling: Inject any static types into the abi.encoded function call.
- Several return values handling: If function returns multiple values, you can use any amount of them as input for another function.
- Constraints handling: Validate any constraints on the input parameters.