case object AuthenticatedContractIdVersionV11 extends CantonContractIdV1Version with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AuthenticatedContractIdVersionV11
- CantonContractIdV1Version
- CantonContractIdVersion
- Product
- Equals
- Serializable
- Ordered
- Comparable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type AuthenticationData = ContractAuthenticationDataV1
- Definition Classes
- CantonContractIdV1Version → CantonContractIdVersion
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def <(that: CantonContractIdVersion): Boolean
- Definition Classes
- Ordered
- def <=(that: CantonContractIdVersion): Boolean
- Definition Classes
- Ordered
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def >(that: CantonContractIdVersion): Boolean
- Definition Classes
- Ordered
- def >=(that: CantonContractIdVersion): Boolean
- Definition Classes
- Ordered
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def compare(that: CantonContractIdVersion): Int
- Definition Classes
- CantonContractIdVersion → Ordered
- def compareTo(that: CantonContractIdVersion): Int
- Definition Classes
- Ordered → Comparable
- val comparisonKey: Int
- Attributes
- protected
- Definition Classes
- CantonContractIdV1Version → CantonContractIdVersion
- def contractHashingMethod: HashingMethod
- Definition Classes
- AuthenticatedContractIdVersionV11 → CantonContractIdV1Version
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromDiscriminator(discriminator: LfHash, unicum: Unicum): V1
- Definition Classes
- CantonContractIdV1Version
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def useUpgradeFriendlyHashing: Boolean
Set to true if upgrade friendly hashing should be used when constructing the contract hash
Set to true if upgrade friendly hashing should be used when constructing the contract hash
- Definition Classes
- CantonContractIdV1Version
- lazy val versionPrefixBytes: Bytes
- Definition Classes
- AuthenticatedContractIdVersionV11 → CantonContractIdV1Version
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])