Package com.daml.ledger.javaapi.data
Class DisclosedContract
java.lang.Object
com.daml.ledger.javaapi.data.DisclosedContract
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Stringfinal com.google.protobuf.ByteStringfinal 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 TypeMethodDescriptionbooleanstatic DisclosedContractfromProto(CommandsOuterClass.DisclosedContract disclosedContract) inthashCode()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