All Classes
-
All Classes Class Summary Exception Summary Class Description ABIDecoder Utility class for AVM ABI decoding.ABIEncoder Utility class for AVM ABI encoding.ABIException General exception thrown when ABI classes are used incorrectly.ABIStreamingEncoder Utility class for AVM ABI encoding.ABIToken Identifiers of the tokens the ABI uses to describe extents of data in a serialized stream.Address Represents an address of account in the Aion Network.AionBuffer A buffer, much like an NIO ByteBuffer, which allows the easy encoding/decoding of primitive values.AionList<E> A simple List implementation.AionMap<K,V> Hash table based implementation of theMap
interface.AionSet<E> A simple Set implementation.AionUtilities A collection of methods to facilitate contract development.AvmRule TestRule to handle the boilerplate operations of testing with an embedded avm.AvmRule.ResultWrapper An abstract container of the result of running a transaction or call onAvmRule
.Blockchain Every DApp has an associatedBlockchain
which allows the application to interface with the environment the app is running.CodeAndArguments Just a wrapper over the way we serialize/deserialize the code+arguments tuple for a CREATE call.Result Represents an cross-call invocation result.