Interface SubmittedTransaction

All Superinterfaces:
Commit, Signable

public interface SubmittedTransaction extends Commit
Allows access to the transaction result and its commit status on the ledger.
  • 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.