com.digitalasset.canton.protocol.v31
ContractAuthenticationData
Companion object ContractAuthenticationData
final case class ContractAuthenticationData(contractSalt: ByteString, creatingTransactionId: Option[ByteString], relativeArgumentSuffixes: Seq[ByteString]) extends GeneratedMessage with Updatable[ContractAuthenticationData] with Product with Serializable
- creatingTransactionId
Empty for relative contract IDs, required for absolute contract IDs
- relativeArgumentSuffixes
Contains the absolutization pre-images of all relative contract ID suffixes of the contract argument. Empty for relative contract IDs. Must be lexicographically sorted.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- ContractAuthenticationData
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ContractAuthenticationData(contractSalt: ByteString, creatingTransactionId: Option[ByteString], relativeArgumentSuffixes: Seq[ByteString])
- creatingTransactionId
Empty for relative contract IDs, required for absolute contract IDs
- relativeArgumentSuffixes
Contains the absolutization pre-images of all relative contract ID suffixes of the contract argument. Empty for relative contract IDs. Must be lexicographically sorted.
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
- def addAllRelativeArgumentSuffixes(__vs: Iterable[ByteString]): ContractAuthenticationData
- def addRelativeArgumentSuffixes(__vs: ByteString*): ContractAuthenticationData
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearCreatingTransactionId: ContractAuthenticationData
- def clearRelativeArgumentSuffixes: ContractAuthenticationData
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: ContractAuthenticationData.type
- Definition Classes
- ContractAuthenticationData → GeneratedMessage
- val contractSalt: ByteString
- val creatingTransactionId: Option[ByteString]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCreatingTransactionId: ByteString
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- ContractAuthenticationData → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ContractAuthenticationData → GeneratedMessage
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val relativeArgumentSuffixes: Seq[ByteString]
- def serializedSize: Int
- Definition Classes
- ContractAuthenticationData → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- ContractAuthenticationData → GeneratedMessage
- def update(ms: (Lens[ContractAuthenticationData, ContractAuthenticationData]) => Mutation[ContractAuthenticationData]*): ContractAuthenticationData
- Definition Classes
- Updatable
- 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()
- def withContractSalt(__v: ByteString): ContractAuthenticationData
- def withCreatingTransactionId(__v: ByteString): ContractAuthenticationData
- def withRelativeArgumentSuffixes(__v: Seq[ByteString]): ContractAuthenticationData
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ContractAuthenticationData → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage