Package net.osslabz.evm.abi.definition
Class SolidityType.NumericType
java.lang.Object
net.osslabz.evm.abi.definition.SolidityType
net.osslabz.evm.abi.definition.SolidityType.NumericType
- Direct Known Subclasses:
SolidityType.IntType,SolidityType.UnsignedIntType
- Enclosing class:
- SolidityType
-
Nested Class Summary
Nested classes/interfaces inherited from class net.osslabz.evm.abi.definition.SolidityType
SolidityType.AddressType, SolidityType.ArrayType, SolidityType.BoolType, SolidityType.Bytes32Type, SolidityType.BytesType, SolidityType.DynamicArrayType, SolidityType.FunctionType, SolidityType.IntType, SolidityType.NumericType, SolidityType.StaticArrayType, SolidityType.StringType, SolidityType.TupleType, SolidityType.UnsignedIntType -
Field Summary
Fields inherited from class net.osslabz.evm.abi.definition.SolidityType
name -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.osslabz.evm.abi.definition.SolidityType
decode, decode, encode, getCanonicalName, getFixedSize, getName, getType, isDynamicType, toString
-
Constructor Details
-
NumericType
-