kryptokrauts / contraect-maven-plugin

maven plugin to generate java classes for Sophia smart contracts using the ACI. the generated classes make use of the aepp-sdk-java and provide methods to deploy contracts and call entrypoints.
https://kryptokrauts.github.io/contraect-maven-plugin
ISC License
3 stars 0 forks source link

PayingForTx: `ContractCreateTx` and `ContractCallTx` as inner transaction #61

Closed marc0olo closed 2 years ago

marc0olo commented 3 years ago

@mitch-lbw we need to think about how we want to provide that functionality using methods of the contract-maven-plugin.

I think we should be able provide an options object to each contract method (including deploy) that has at least these two attributes:

mitch-lbw commented 3 years ago

Edge case - probably no use cases feasible. We won't work on that until somebody needs the functionality and has a feasible use case.