Class GetTransactionResponse

java.lang.Object
org.stellar.sdk.responses.sorobanrpc.GetTransactionResponse

public final class GetTransactionResponse extends Object
Response for JSON-RPC method getTransaction.
See Also:
  • Constructor Details

  • Method Details

    • getStatus

    • getLatestLedger

      public Long getLatestLedger()
    • getLatestLedgerCloseTime

      public Long getLatestLedgerCloseTime()
    • getOldestLedger

      public Long getOldestLedger()
    • getOldestLedgerCloseTime

      public Long getOldestLedgerCloseTime()
    • getApplicationOrder

      public Integer getApplicationOrder()
    • getFeeBump

      public Boolean getFeeBump()
    • getEnvelopeXdr

      public String getEnvelopeXdr()
      The field can be parsed as TransactionEnvelope object.
    • getResultXdr

      public String getResultXdr()
      The field can be parsed as TransactionResult object.
    • getResultMetaXdr

      public String getResultMetaXdr()
      The field can be parsed as TransactionMeta object.
    • getLedger

      public Long getLedger()
    • getCreatedAt

      public Long getCreatedAt()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object