Uses of Class
com.exonum.client.response.TransactionResponse
| Package | Description |
|---|---|
| com.exonum.client |
The Exonum light client.
|
-
Uses of TransactionResponse in com.exonum.client
Methods in com.exonum.client that return types with arguments of type TransactionResponse Modifier and Type Method Description Optional<TransactionResponse>ExonumClient. getTransaction(HashCode id)Returns the information about the transaction; orOptional.empty()if the requested transaction is not found.