tuweni / org.apache.tuweni.units.bigints / UInt256Value / fitsLong

fitsLong

open fun fitsLong(): Boolean (source)

Returns true if the value can fit in a long.

Return
Boolean: True if this value fits a java long (i.e. is less or equal to Long.MAX_VALUE).