Class TxResult


  • public class TxResult
    extends Object
    TxResult is returned by a GET request to retrieve a tx with useful information about its processing.
    • Constructor Detail

      • TxResult

        public TxResult()
    • Method Detail

      • getTx

        public Tx getTx()
      • getStatus

        public TxStatus getStatus()
      • getHash

        public String getHash()
      • getHeight

        public int getHeight()
      • getIndex

        public int getIndex()