|
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 26 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 10 of file AcceptedLedgerTx.cpp.
| std::shared_ptr< STTx const > const & ripple::AcceptedLedgerTx::getTxn | ( | ) | const |
Definition at line 35 of file AcceptedLedgerTx.h.
| TxMeta const & ripple::AcceptedLedgerTx::getMeta | ( | ) | const |
Definition at line 40 of file AcceptedLedgerTx.h.
| boost::container::flat_set< AccountID > const & ripple::AcceptedLedgerTx::getAffected | ( | ) | const |
Definition at line 46 of file AcceptedLedgerTx.h.
| TxID ripple::AcceptedLedgerTx::getTransactionID | ( | ) | const |
Definition at line 52 of file AcceptedLedgerTx.h.
| TxType ripple::AcceptedLedgerTx::getTxnType | ( | ) | const |
Definition at line 57 of file AcceptedLedgerTx.h.
| TER ripple::AcceptedLedgerTx::getResult | ( | ) | const |
Definition at line 62 of file AcceptedLedgerTx.h.
| std::uint32_t ripple::AcceptedLedgerTx::getTxnSeq | ( | ) | const |
Definition at line 67 of file AcceptedLedgerTx.h.
| std::string ripple::AcceptedLedgerTx::getEscMeta | ( | ) | const |
Definition at line 61 of file AcceptedLedgerTx.cpp.
| Json::Value const & ripple::AcceptedLedgerTx::getJson | ( | ) | const |
Definition at line 75 of file AcceptedLedgerTx.h.
|
staticprivatenoexceptinherited |
Definition at line 110 of file CountedObject.h.
|
private |
Definition at line 81 of file AcceptedLedgerTx.h.
|
private |
Definition at line 82 of file AcceptedLedgerTx.h.
|
private |
Definition at line 83 of file AcceptedLedgerTx.h.
|
private |
Definition at line 84 of file AcceptedLedgerTx.h.
|
private |
Definition at line 85 of file AcceptedLedgerTx.h.