Package org.web3j.abi.datatypes
Class Fixed
java.lang.Object
org.web3j.abi.datatypes.NumericType
org.web3j.abi.datatypes.FixedPointType
org.web3j.abi.datatypes.Fixed
- All Implemented Interfaces:
Type<BigInteger>
Signed fixed type.
-
Field Summary
FieldsFields inherited from interface org.web3j.abi.datatypes.Type
MAX_BIT_LENGTH, MAX_BYTE_LENGTH -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFixed(int mBitSize, int nBitSize, BigInteger value) protectedFixed(int mBitSize, int nBitSize, BigInteger m, BigInteger n) Fixed(BigInteger value) Fixed(BigInteger m, BigInteger n) -
Method Summary
Methods inherited from class org.web3j.abi.datatypes.FixedPointType
getBitSizeMethods 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
-
Field Details
-
TYPE_NAME
- See Also:
-
DEFAULT
-
-
Constructor Details
-
Fixed
-
Fixed
-
Fixed
-
Fixed
-