Class IntType

java.lang.Object
org.web3j.abi.datatypes.NumericType
org.web3j.abi.datatypes.IntType
All Implemented Interfaces:
Type<BigInteger>
Direct Known Subclasses:
Int, Uint

public abstract class IntType extends NumericType
Common integer properties.
  • Constructor Details

  • Method Details

    • getBitSize

      public int getBitSize()
      Specified by:
      getBitSize in class NumericType
    • valid

      protected boolean valid()