Uses of Enum Class
com.daml.ledger.javaapi.data.TransactionShape
Packages that use TransactionShape
-
Uses of TransactionShape in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return TransactionShapeModifier and TypeMethodDescriptionTransactionFormat.getTransactionShape()static TransactionShapeReturns the enum constant of this class with the specified name.static TransactionShape[]TransactionShape.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.daml.ledger.javaapi.data with parameters of type TransactionShapeModifier and TypeMethodDescriptionContractFilter.withTransactionShape(TransactionShape transactionShape) Constructors in com.daml.ledger.javaapi.data with parameters of type TransactionShapeModifierConstructorDescriptionTransactionFormat(@NonNull EventFormat eventFormat, @NonNull TransactionShape transactionShape)