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

verify implications of removal of Optional in arguments #42

Closed marc0olo closed 3 years ago

marc0olo commented 3 years ago

see https://github.com/kryptokrauts/aepp-sdk-java/pull/136

mitch-lbw commented 3 years ago

also adapt changes from BaseKeyPair -> Account

marc0olo commented 3 years ago

done