object AcsCommitment extends HasMemoizedProtocolVersionedWrapperCompanion[AcsCommitment] with Serializable
- Alphabetic
- By Inheritance
- AcsCommitment
- Serializable
- HasMemoizedProtocolVersionedWrapperCompanion
- HasProtocolVersionedWrapperCompanion
- HasSupportedProtoVersions
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type CommitmentType = ByteString
- type DataByteString = ByteString
- Definition Classes
- HasProtocolVersionedWrapperCompanion
- type Deserializer = (OriginalByteString, DataByteString) => ParsingResult[AcsCommitment]
- type OriginalByteString = ByteString
- Definition Classes
- HasProtocolVersionedWrapperCompanion
- type Serializer = (AcsCommitment) => ByteString
- Definition Classes
- HasSupportedProtoVersions
- sealed abstract case class SupportedProtoVersions extends Product with Serializable
- Definition Classes
- HasSupportedProtoVersions
- case class VersionedProtoConverter(fromInclusive: RepresentativeProtocolVersion[ValueClass], deserializer: Deserializer, serializer: Serializer) extends Product with Serializable
Supported protobuf version
Supported protobuf version
- fromInclusive
The protocol version when this protobuf version was introduced
- deserializer
Deserialization method
- serializer
Serialization method
- Definition Classes
- HasSupportedProtoVersions
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
- implicit val acsCommitmentCast: SignedMessageContentCast[AcsCommitment]
- 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()
- def commitmentTypeFromByteString(bytes: ByteString): CommitmentType
- def commitmentTypeToProto(commitment: CommitmentType): ByteString
- def create(domainId: DomainId, sender: ParticipantId, counterParticipant: ParticipantId, period: CommitmentPeriod, commitment: CommitmentType, protocolVersion: ProtocolVersion): AcsCommitment
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromByteArray(bytes: Array[Byte]): ParsingResult[AcsCommitment]
- Definition Classes
- HasMemoizedProtocolVersionedWrapperCompanion
- def fromByteString(bytes: OriginalByteString): ParsingResult[AcsCommitment]
- Definition Classes
- HasMemoizedProtocolVersionedWrapperCompanion
- def getAcsCommitmentResultReader(domainId: DomainId, protocolVersion: ProtocolVersion): GetResult[AcsCommitment]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit val getResultCommitmentType: GetResult[CommitmentType]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
The name of the class as used for pretty-printing and error reporting
The name of the class as used for pretty-printing and error reporting
- Definition Classes
- AcsCommitment → HasProtocolVersionedWrapperCompanion → HasSupportedProtoVersions
- 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 protobufVersionFor(protocolVersion: ProtocolVersion): ProtobufVersion
Return the Protobuf version corresponding to the protocol version
Return the Protobuf version corresponding to the protocol version
- Definition Classes
- HasSupportedProtoVersions
- def protobufVersionFor(protocolVersion: RepresentativeProtocolVersion[AcsCommitment]): ProtobufVersion
Return the Protobuf version corresponding to the representative protocol version
Return the Protobuf version corresponding to the representative protocol version
- Definition Classes
- HasSupportedProtoVersions
- def protocolVersionRepresentativeFor(protoVersion: ProtobufVersion): RepresentativeProtocolVersion[AcsCommitment]
- Definition Classes
- HasSupportedProtoVersions
- def protocolVersionRepresentativeFor(protocolVersion: ProtocolVersion): RepresentativeProtocolVersion[AcsCommitment]
- Definition Classes
- HasSupportedProtoVersions
- implicit val setCommitmentType: SetParameter[CommitmentType]
- def supportedProtoVersionMemoized[Proto <: GeneratedMessage](p: GeneratedMessageCompanion[Proto])(fromProto: (Proto) => (OriginalByteString) => ParsingResult[AcsCommitment]): Deserializer
- Attributes
- protected
- Definition Classes
- HasMemoizedProtocolVersionedWrapperCompanion
- val supportedProtoVersions: SupportedProtoVersions
Proto versions that are supported by
fromProtoVersionedandfromByteStringSee the helpersupportedProtoVersionbelow to define aParser.Proto versions that are supported by
fromProtoVersionedandfromByteStringSee the helpersupportedProtoVersionbelow to define aParser.- Definition Classes
- AcsCommitment → HasSupportedProtoVersions
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
- object SupportedProtoVersions extends Serializable
- Definition Classes
- HasSupportedProtoVersions
- object VersionedProtoConverter extends Serializable
- Definition Classes
- HasSupportedProtoVersions