scalus.uplc.builtin.Data.I
case class I(value: BigInt) extends Data
Arbitrary-precision integer.
Corresponds to UPLC builtins iData and unIData.
Value parameters
-
value
-
the integer value
Attributes
-
Example
-
I(42)
I(-1000000000000000000L)
-
Graph
-
-
Supertypes
-
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product
Debug string representation matching the Pretty instance format
Debug string representation matching the Pretty instance format
Attributes
-
Definition Classes
-
-
Inherited from:
-
Data