Uses of Class
org.hyperledger.aries.api.endorser.TransactionType
-
Packages that use TransactionType Package Description org.hyperledger.aries.api.endorser -
-
Uses of TransactionType in org.hyperledger.aries.api.endorser
Methods in org.hyperledger.aries.api.endorser that return TransactionType Modifier and Type Method Description TransactionTypeEndorseTransactionRecord. getType()static TransactionTypeTransactionType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionType[]TransactionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.aries.api.endorser with parameters of type TransactionType Modifier and Type Method Description voidEndorseTransactionRecord. setType(TransactionType type)Constructors in org.hyperledger.aries.api.endorser with parameters of type TransactionType Constructor Description EndorseTransactionRecord(TransactionType type, String connectionId, String createdAt, Boolean endorserWriteTxn, com.google.gson.JsonArray formats, com.google.gson.JsonArray messagesAttach, com.google.gson.JsonArray signatureRequest, com.google.gson.JsonArray signatureResponse, TransactionState state, String threadId, com.google.gson.JsonObject timing, Boolean trace, String transactionId, String updatedAt)
-