final case class StaticDomainParameters(reconciliationInterval: PositiveSeconds, maxRatePerParticipant: NonNegativeInt, maxInboundMessageSize: NonNegativeInt, uniqueContractKeys: Boolean, requiredSigningKeySchemes: NonEmptySet[SigningKeyScheme], requiredEncryptionKeySchemes: NonEmptySet[EncryptionKeyScheme], requiredSymmetricKeySchemes: NonEmptySet[SymmetricKeyScheme], requiredHashAlgorithms: NonEmptySet[HashAlgorithm], requiredCryptoKeyFormats: NonEmptySet[CryptoKeyFormat], protocolVersion: ProtocolVersion) extends HasVersionedWrapper[VersionedStaticDomainParameters] with HasProtoV0[protocol.v0.StaticDomainParameters] with Product with Serializable
- Alphabetic
- By Inheritance
- StaticDomainParameters
- Serializable
- Product
- Equals
- HasProtoV0
- HasVersionedWrapper
- HasVersionedToByteString
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new StaticDomainParameters(reconciliationInterval: PositiveSeconds, maxRatePerParticipant: NonNegativeInt, maxInboundMessageSize: NonNegativeInt, uniqueContractKeys: Boolean, requiredSigningKeySchemes: NonEmptySet[SigningKeyScheme], requiredEncryptionKeySchemes: NonEmptySet[EncryptionKeyScheme], requiredSymmetricKeySchemes: NonEmptySet[SymmetricKeyScheme], requiredHashAlgorithms: NonEmptySet[HashAlgorithm], requiredCryptoKeyFormats: NonEmptySet[CryptoKeyFormat], protocolVersion: ProtocolVersion)
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() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def maxBatchMessageSize: NonNegativeInt
Compute the max size limit for the sum of the envelope payloads of a batch
Compute the max size limit for the sum of the envelope payloads of a batch
taking 0.9 of the max inbound size, assuming that this will be enough to accommodate any metadata and the list of recipients.
- val maxInboundMessageSize: NonNegativeInt
- val maxRatePerParticipant: NonNegativeInt
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val protocolVersion: ProtocolVersion
- val reconciliationInterval: PositiveSeconds
- val requiredCryptoKeyFormats: NonEmptySet[CryptoKeyFormat]
- val requiredEncryptionKeySchemes: NonEmptySet[EncryptionKeyScheme]
- val requiredHashAlgorithms: NonEmptySet[HashAlgorithm]
- val requiredSigningKeySchemes: NonEmptySet[SigningKeyScheme]
- val requiredSymmetricKeySchemes: NonEmptySet[SymmetricKeyScheme]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toByteArray(version: ProtocolVersion): Array[Byte]
Yields a byte array representation of the corresponding
Versioned...
wrapper of this instance.Yields a byte array representation of the corresponding
Versioned...
wrapper of this instance.- Definition Classes
- HasVersionedWrapper
- def toByteString(version: ProtocolVersion): ByteString
Yields a byte string representation of the corresponding
Versioned...
wrapper of this instance.Yields a byte string representation of the corresponding
Versioned...
wrapper of this instance.- Definition Classes
- HasVersionedWrapper → HasVersionedToByteString
- def toProtoV0: v0.StaticDomainParameters
Yields the proto representation of the class.
Yields the proto representation of the class.
Subclasses should make this method public by default, as this supports composing proto serializations. Keep it protected, if there are good reasons for it (e.g. com.digitalasset.canton.serialization.MemoizedEvidence).
- Definition Classes
- StaticDomainParameters → HasProtoV0
- def toProtoVersioned(version: ProtocolVersion): VersionedStaticDomainParameters
Yields the proto representation of the class inside a
Versioned...
wrapper.Yields the proto representation of the class inside a
Versioned...
wrapper.Subclasses should make this method public by default, as this supports composing proto serializations. Keep it protected, if there are good reasons for it (e.g. com.digitalasset.canton.serialization.MemoizedEvidence).
- Definition Classes
- StaticDomainParameters → HasVersionedWrapper
- val uniqueContractKeys: Boolean
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])