Package net.osslabz.evm.abi.definition
Class SolidityType.BoolType
java.lang.Object
net.osslabz.evm.abi.definition.SolidityType
net.osslabz.evm.abi.definition.SolidityType.NumericType
net.osslabz.evm.abi.definition.SolidityType.IntType
net.osslabz.evm.abi.definition.SolidityType.BoolType
- 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.IntType
decodeInt, encodeInt, encodeInt, getCanonicalNameMethods inherited from class net.osslabz.evm.abi.definition.SolidityType
decode, getFixedSize, getName, getType, isDynamicType, toString
-
Constructor Details
-
BoolType
public BoolType()
-
-
Method Details
-
encode
Description copied from class:SolidityTypeEncodes the value according to specific type rules- Overrides:
encodein classSolidityType.IntType
-
decode
- Overrides:
decodein classSolidityType.IntType
-