aionnetwork / AVM

Enabling Java code to run in a blockchain environment
https://theoan.com/
MIT License
49 stars 25 forks source link

Type safe storage API #409

Open fulldecent opened 5 years ago

fulldecent commented 5 years ago

Everybody will be encoding/decoding useful types from a byte array. This can be included in the user lib.

Supporting types from the ABI.

https://github.com/fulldecent/aion-aip040/blob/master/src/main/java/org/aion/AVMBlockchainWrapper.java

fulldecent commented 5 years ago

Method naming could be harmonized with the ABIStreamingEncoder or other class