object ContractMetadata extends HasVersionedWrapperCompanion[VersionedContractMetadata, ContractMetadata] with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ContractMetadata
- Serializable
- HasVersionedWrapperCompanion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class InvalidContractMetadata(message: String) extends RuntimeException with Product with Serializable
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 ProtoClassCompanion: VersionedContractMetadata.type
The companion object of the generated ProtoBuf class
The companion object of the generated ProtoBuf class
- Attributes
- protected
- Definition Classes
- ContractMetadata → HasVersionedWrapperCompanion
- 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 create(signatories: Set[LfPartyId], stakeholders: Set[LfPartyId], maybeKeyWithMaintainers: Option[LfVersioned[LfGlobalKeyWithMaintainers]]): Either[String, ContractMetadata]
- def empty: ContractMetadata
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromByteArray(bytes: Array[Byte]): ParsingResult[ContractMetadata]
- Definition Classes
- HasVersionedWrapperCompanion
- def fromByteString(bytes: ByteString): ParsingResult[ContractMetadata]
- Definition Classes
- HasVersionedWrapperCompanion
- def fromProtoV0(metadataP: Metadata): ParsingResult[ContractMetadata]
- def fromProtoVersioned(metadataP: VersionedContractMetadata): ParsingResult[ContractMetadata]
- Definition Classes
- ContractMetadata → HasVersionedWrapperCompanion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit def hasVersionedWrapperGetResult(implicit getResultByteArray: GetResult[Array[Byte]]): GetResult[ContractMetadata]
- Definition Classes
- HasVersionedWrapperCompanion
- implicit def hasVersionedWrapperGetResultO(implicit getResultByteArrayO: GetResult[Option[Array[Byte]]]): GetResult[Option[ContractMetadata]]
- Definition Classes
- HasVersionedWrapperCompanion
- implicit def hasVersionedWrapperSetParameter(implicit setParameterByteArray: SetParameter[Array[Byte]]): SetParameter[ContractMetadata]
- Definition Classes
- HasVersionedWrapperCompanion
- implicit def hasVersionedWrapperSetParameterO(implicit setParameterByteArrayO: SetParameter[Option[Array[Byte]]]): SetParameter[Option[ContractMetadata]]
- Definition Classes
- HasVersionedWrapperCompanion
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def name: String
The name of the class as used for pretty-printing
The name of the class as used for pretty-printing
- Attributes
- protected
- Definition Classes
- ContractMetadata → HasVersionedWrapperCompanion
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tryCreate(signatories: Set[LfPartyId], stakeholders: Set[LfPartyId], maybeKeyWithMaintainers: Option[LfVersioned[LfGlobalKeyWithMaintainers]]): ContractMetadata
- def tryFromByteString(bytes: ByteString): ContractMetadata
- Definition Classes
- HasVersionedWrapperCompanion
- 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])