Packages

package v31

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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()

Ungrouped