Class Constant

java.lang.Object
org.fisco.bcos.sdk.abi.Constant

public class Constant
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.math.BigInteger MAX_INT256  
    static java.math.BigInteger MAX_UINT256  
    static java.math.BigInteger MIN_INT256  
  • Constructor Summary

    Constructors 
    Constructor Description
    Constant()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • MAX_UINT256

      public static final java.math.BigInteger MAX_UINT256
    • MAX_INT256

      public static final java.math.BigInteger MAX_INT256
    • MIN_INT256

      public static final java.math.BigInteger MIN_INT256
  • Constructor Details