Package org.web3j.abi.datatypes
Class NumericType
java.lang.Object
org.web3j.abi.datatypes.NumericType
- All Implemented Interfaces:
Type<BigInteger>
- Direct Known Subclasses:
FixedPointType,IntType
Common numeric type.
-
Field Summary
Fields inherited from interface org.web3j.abi.datatypes.Type
MAX_BIT_LENGTH, MAX_BYTE_LENGTH -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.web3j.abi.datatypes.Type
bytes32PaddedLength
-
Constructor Details
-
NumericType
-
-
Method Details
-
getTypeAsString
- Specified by:
getTypeAsStringin interfaceType<BigInteger>
-
getValue
- Specified by:
getValuein interfaceType<BigInteger>
-
getBitSize
public abstract int getBitSize() -
equals
-
hashCode
public int hashCode()
-