| 
    rippled
    
   | 
 
A transaction that is in a closed ledger. More...
#include <AcceptedLedgerTx.h>


Public Member Functions | |
| AcceptedLedgerTx (std::shared_ptr< ReadView const > const &ledger, std::shared_ptr< STTx const > const &, std::shared_ptr< STObject const > const &) | |
| std::shared_ptr< STTx const > const & | getTxn () const | 
| TxMeta const & | getMeta () const | 
| boost::container::flat_set< AccountID > const & | getAffected () const | 
| TxID | getTransactionID () const | 
| TxType | getTxnType () const | 
| TER | getResult () const | 
| std::uint32_t | getTxnSeq () const | 
| std::string | getEscMeta () const | 
| Json::Value const & | getJson () const | 
Static Private Member Functions | |
| static auto & | getCounter () noexcept | 
Private Attributes | |
| std::shared_ptr< STTx const > | mTxn | 
| TxMeta | mMeta | 
| boost::container::flat_set< AccountID > | mAffected | 
| Blob | mRawMeta | 
| Json::Value | mJson | 
A transaction that is in a closed ledger.
Description
An accepted ledger transaction contains additional information that the server needs to tell clients about the transaction. For example,
Definition at line 45 of file AcceptedLedgerTx.h.
| ripple::AcceptedLedgerTx::AcceptedLedgerTx | ( | std::shared_ptr< ReadView const > const & | ledger, | 
| std::shared_ptr< STTx const > const & | txn, | ||
| std::shared_ptr< STObject const > const & | met | ||
| ) | 
Definition at line 29 of file AcceptedLedgerTx.cpp.
| std::shared_ptr< STTx const > const & ripple::AcceptedLedgerTx::getTxn | ( | ) | const | 
Definition at line 54 of file AcceptedLedgerTx.h.
| TxMeta const & ripple::AcceptedLedgerTx::getMeta | ( | ) | const | 
Definition at line 59 of file AcceptedLedgerTx.h.
| boost::container::flat_set< AccountID > const & ripple::AcceptedLedgerTx::getAffected | ( | ) | const | 
Definition at line 65 of file AcceptedLedgerTx.h.
| TxID ripple::AcceptedLedgerTx::getTransactionID | ( | ) | const | 
Definition at line 71 of file AcceptedLedgerTx.h.
| TxType ripple::AcceptedLedgerTx::getTxnType | ( | ) | const | 
Definition at line 76 of file AcceptedLedgerTx.h.
| TER ripple::AcceptedLedgerTx::getResult | ( | ) | const | 
Definition at line 81 of file AcceptedLedgerTx.h.
| std::uint32_t ripple::AcceptedLedgerTx::getTxnSeq | ( | ) | const | 
Definition at line 86 of file AcceptedLedgerTx.h.
| std::string ripple::AcceptedLedgerTx::getEscMeta | ( | ) | const | 
Definition at line 80 of file AcceptedLedgerTx.cpp.
| Json::Value const & ripple::AcceptedLedgerTx::getJson | ( | ) | const | 
Definition at line 94 of file AcceptedLedgerTx.h.
      
  | 
  staticprivatenoexceptinherited | 
Definition at line 129 of file CountedObject.h.
      
  | 
  private | 
Definition at line 100 of file AcceptedLedgerTx.h.
      
  | 
  private | 
Definition at line 101 of file AcceptedLedgerTx.h.
      
  | 
  private | 
Definition at line 102 of file AcceptedLedgerTx.h.
      
  | 
  private | 
Definition at line 103 of file AcceptedLedgerTx.h.
      
  | 
  private | 
Definition at line 104 of file AcceptedLedgerTx.h.