Package com.daml.ledger.javaapi.data
Class TransactionFormat
java.lang.Object
com.daml.ledger.javaapi.data.TransactionFormat
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionFormat
(@NonNull EventFormat eventFormat, @NonNull TransactionShape transactionShape) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static TransactionFormat
fromProto
(TransactionFilterOuterClass.TransactionFormat transactionFormat) int
hashCode()
toProto()
toString()
-
Constructor Details
-
TransactionFormat
public TransactionFormat(@NonNull EventFormat eventFormat, @NonNull TransactionShape transactionShape)
-
-
Method Details
-
fromProto
public static TransactionFormat fromProto(TransactionFilterOuterClass.TransactionFormat transactionFormat) -
toProto
-
getEventFormat
-
getTransactionShape
-
toString
-
equals
-
hashCode
public int hashCode()
-