Package org.web3j.abi.datatypes
Class FixedPointType
java.lang.Object
org.web3j.abi.datatypes.NumericType
org.web3j.abi.datatypes.FixedPointType
- All Implemented Interfaces:
Type<BigInteger>
Common fixed-point type properties.
-
Field Summary
Fields inherited from interface org.web3j.abi.datatypes.Type
MAX_BIT_LENGTH, MAX_BYTE_LENGTH -
Constructor Summary
ConstructorsConstructorDescriptionFixedPointType(String typePrefix, int mBitSize, int nBitSize, BigInteger value) -
Method Summary
Methods inherited from class org.web3j.abi.datatypes.NumericType
equals, getTypeAsString, getValue, hashCodeMethods 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
-
FixedPointType
-
-
Method Details
-
getBitSize
public int getBitSize()- Specified by:
getBitSizein classNumericType
-