Class FixedPointType

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

public abstract class FixedPointType
extends NumericType
Common fixed-point type 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
    FixedPointType​(java.lang.String typePrefix, int mBitSize, int nBitSize, 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

    • FixedPointType

      public FixedPointType​(java.lang.String typePrefix, int mBitSize, int nBitSize, java.math.BigInteger value)