We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0845e0b commit ca85d0fCopy full SHA for ca85d0f
sdk/shared/src/main/scala/org/ergoplatform/sdk/JavaHelpers.scala
@@ -244,6 +244,7 @@ object JavaHelpers {
244
implicit val JIntRType: RType[JInt] = sigma.IntType.asInstanceOf[RType[JInt]]
245
implicit val JLongRType: RType[JLong] = sigma.LongType.asInstanceOf[RType[JLong]]
246
implicit val JBooleanRType: RType[JBoolean] = sigma.BooleanType.asInstanceOf[RType[JBoolean]]
247
+ implicit val JUnitRType: RType[Unit] = sigma.UnitType
248
249
val HeaderRType: RType[Header] = sigma.HeaderRType
250
val PreHeaderRType: RType[sigma.PreHeader] = sigma.PreHeaderRType
0 commit comments