Package org.hyperledger.fabric.client
Interface SubmittedTransaction
Allows access to the transaction result and its commit status on the ledger.
-
Method Summary
Methods inherited from interface org.hyperledger.fabric.client.Commit
getStatus, getStatus, getStatus, getTransactionId
-
Method Details
-
getResult
byte[] getResult()Get the transaction result. This is obtained during the endorsement process when the transaction proposal is run on endorsing peers and so is available immediately. The transaction might subsequently fail to commit successfully.- Returns:
- Transaction result.
-