Class FixedPointType

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

public abstract class FixedPointType extends NumericType
Common fixed-point type properties.
  • Constructor Details

    • FixedPointType

      public FixedPointType(String typePrefix, int mBitSize, int nBitSize, BigInteger value)
  • Method Details