Package com.daml.ledger.javaapi.data
Class DisclosedContract
java.lang.Object
com.daml.ledger.javaapi.data.DisclosedContract
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal String
final com.google.protobuf.ByteString
final Identifier
-
Constructor Summary
ConstructorsConstructorDescriptionDisclosedContract
(Identifier templateId, String contractId, com.google.protobuf.ByteString createdEventBlob) Deprecated.since 3.2.0.DisclosedContract
(Identifier templateId, String contractId, com.google.protobuf.ByteString createdEventBlob, String synchronizerId) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static DisclosedContract
fromProto
(CommandsOuterClass.DisclosedContract disclosedContract) int
hashCode()
toProto()
toString()
-
Field Details
-
templateId
-
contractId
-
createdEventBlob
public final com.google.protobuf.ByteString createdEventBlob -
synchronizerId
-
-
Constructor Details
-
DisclosedContract
@Deprecated public DisclosedContract(Identifier templateId, String contractId, com.google.protobuf.ByteString createdEventBlob) Deprecated.since 3.2.0. It will be removed in a future releaseConstructor that does not require providing the synchronizer id -
DisclosedContract
public DisclosedContract(Identifier templateId, String contractId, com.google.protobuf.ByteString createdEventBlob, String synchronizerId)
-
-
Method Details