Class IntType

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

public abstract class IntType
extends NumericType
Common integer properties.
  • Field Summary

    Fields inherited from interface org.fisco.bcos.sdk.abi.datatypes.Type

    MAX_BIT_LENGTH, MAX_BYTE_LENGTH
  • Constructor Summary

    Constructors 
    Constructor Description
    IntType​(java.lang.String typePrefix, int bitSize, java.math.BigInteger value)  
  • Method Summary

    Methods inherited from class org.fisco.bcos.sdk.abi.datatypes.NumericType

    equals, getTypeAsString, getValue, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.fisco.bcos.sdk.abi.datatypes.Type

    dynamicType, offset
  • Constructor Details

    • IntType

      public IntType​(java.lang.String typePrefix, int bitSize, java.math.BigInteger value)