Uses of Class
org.hyperledger.aries.api.endorser.TransactionState
-
Packages that use TransactionState Package Description org.hyperledger.aries.api.endorser -
-
Uses of TransactionState in org.hyperledger.aries.api.endorser
Methods in org.hyperledger.aries.api.endorser that return TransactionState Modifier and Type Method Description TransactionStateEndorseTransactionRecord. getState()static TransactionStateTransactionState. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionState[]TransactionState. 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 TransactionState Modifier and Type Method Description voidEndorseTransactionRecord. setState(TransactionState state)Constructors in org.hyperledger.aries.api.endorser with parameters of type TransactionState 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)
-