object UpdateId extends Serializable
- Alphabetic
- By Inheritance
- UpdateId
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromLedgerString(txId: String): Either[DeserializationError, UpdateId]
- def fromProtoPrimitive(bytes: ByteString): ParsingResult[UpdateId]
- def fromRootHash(rootHash: RootHash): UpdateId
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit val getResultOptionUpdateId: GetResult[Option[UpdateId]]
- implicit val getResultUpdateId: GetResult[UpdateId]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit val orderUpdateId: Order[UpdateId]
Ordering for UpdateIds based on the serialized hash
- implicit val orderingUpdateId: Ordering[UpdateId]
- implicit val prettyUpdateId: Pretty[UpdateId]
- implicit val setParameterOptionUpdateId: SetParameter[Option[UpdateId]]
- implicit val setParameterUpdateId: SetParameter[UpdateId]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tryFromByteArray(bytes: Array[Byte]): UpdateId
- def tryFromProtoPrimitive(bytes: ByteString): UpdateId
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val zero: UpdateId
The all-zeros transaction ID.
The all-zeros transaction ID. This transaction ID is used as the creating transaction ID for contracts whose creation transaction ID is unknown.