Skip to content

Releases: bcnmy/composability

v1.1.0

31 Oct 12:13
e22f819

Choose a tag to compare

  • Native token composability: CALLDATA, TARGET and VALUE Input param types
  • New Input param fetcher type = BALANCE

v1.0.0

29 Mar 03:33
9e090c2

Choose a tag to compare

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.