Package org.web3j.abi.datatypes
Class Uint
java.lang.Object
org.web3j.abi.datatypes.NumericType
org.web3j.abi.datatypes.IntType
org.web3j.abi.datatypes.Uint
- All Implemented Interfaces:
Type<BigInteger>
- Direct Known Subclasses:
Uint104,Uint112,Uint120,Uint128,Uint136,Uint144,Uint152,Uint16,Uint160,Uint168,Uint176,Uint184,Uint192,Uint200,Uint208,Uint216,Uint224,Uint232,Uint24,Uint240,Uint248,Uint256,Uint32,Uint40,Uint48,Uint56,Uint64,Uint72,Uint8,Uint80,Uint88,Uint96
Unsigned integer type.
-
Field Summary
FieldsFields inherited from interface org.web3j.abi.datatypes.Type
MAX_BIT_LENGTH, MAX_BYTE_LENGTH -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUint(int bitSize, BigInteger value) Uint(BigInteger value) -
Method Summary
Methods inherited from class org.web3j.abi.datatypes.IntType
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
-
Uint
-
Uint
-
-
Method Details