|
rippled
|
A transaction that is in a closed ledger. More...

Public Types | |
| using | pointer = std::shared_ptr< AcceptedLedgerTx > |
| using | ref = const pointer & |
Public Member Functions | |
| AcceptedLedgerTx (std::shared_ptr< ReadView const > const &ledger, std::shared_ptr< STTx const > const &, std::shared_ptr< STObject const > const &, AccountIDCache const &, Logs &) | |
| AcceptedLedgerTx (std::shared_ptr< ReadView const > const &, std::shared_ptr< STTx const > const &, TER, AccountIDCache const &, Logs &) | |
| std::shared_ptr< STTx const > const & | getTxn () const |
| std::shared_ptr< 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 |
| bool | isApplied () const |
| int | getIndex () const |
| std::string | getEscMeta () const |
| Json::Value | getJson () const |
Private Member Functions | |
| void | buildJson () |
Private Attributes | |
| std::shared_ptr< ReadView const > | mLedger |
| std::shared_ptr< STTx const > | mTxn |
| std::shared_ptr< TxMeta > | mMeta |
| TER | mResult |
| boost::container::flat_set< AccountID > | mAffected |
| Blob | mRawMeta |
| Json::Value | mJson |
| AccountIDCache const & | accountCache_ |
| Logs & | logs_ |
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 50 of file AcceptedLedgerTx.h.
Definition at line 53 of file AcceptedLedgerTx.h.
| using ripple::AcceptedLedgerTx::ref = const pointer& |
Definition at line 54 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, | ||
| AccountIDCache const & | accountCache, | ||
| Logs & | logs | ||
| ) |
Definition at line 29 of file AcceptedLedgerTx.cpp.
| ripple::AcceptedLedgerTx::AcceptedLedgerTx | ( | std::shared_ptr< ReadView const > const & | ledger, |
| std::shared_ptr< STTx const > const & | txn, | ||
| TER | result, | ||
| AccountIDCache const & | accountCache, | ||
| Logs & | logs | ||
| ) |
Definition at line 56 of file AcceptedLedgerTx.cpp.
| std::shared_ptr<STTx const> const& ripple::AcceptedLedgerTx::getTxn | ( | ) | const |
Definition at line 71 of file AcceptedLedgerTx.h.
| std::shared_ptr<TxMeta> const& ripple::AcceptedLedgerTx::getMeta | ( | ) | const |
Definition at line 76 of file AcceptedLedgerTx.h.
| boost::container::flat_set<AccountID> const& ripple::AcceptedLedgerTx::getAffected | ( | ) | const |
Definition at line 82 of file AcceptedLedgerTx.h.
| TxID ripple::AcceptedLedgerTx::getTransactionID | ( | ) | const |
Definition at line 88 of file AcceptedLedgerTx.h.
| TxType ripple::AcceptedLedgerTx::getTxnType | ( | ) | const |
Definition at line 93 of file AcceptedLedgerTx.h.
| TER ripple::AcceptedLedgerTx::getResult | ( | ) | const |
Definition at line 98 of file AcceptedLedgerTx.h.
| std::uint32_t ripple::AcceptedLedgerTx::getTxnSeq | ( | ) | const |
Definition at line 103 of file AcceptedLedgerTx.h.
| bool ripple::AcceptedLedgerTx::isApplied | ( | ) | const |
Definition at line 109 of file AcceptedLedgerTx.h.
| int ripple::AcceptedLedgerTx::getIndex | ( | ) | const |
Definition at line 114 of file AcceptedLedgerTx.h.
| std::string ripple::AcceptedLedgerTx::getEscMeta | ( | ) | const |
Definition at line 74 of file AcceptedLedgerTx.cpp.
| Json::Value ripple::AcceptedLedgerTx::getJson | ( | ) | const |
Definition at line 121 of file AcceptedLedgerTx.h.
|
private |
Definition at line 81 of file AcceptedLedgerTx.cpp.
|
private |
Definition at line 127 of file AcceptedLedgerTx.h.
|
private |
Definition at line 128 of file AcceptedLedgerTx.h.
|
private |
Definition at line 129 of file AcceptedLedgerTx.h.
|
private |
Definition at line 130 of file AcceptedLedgerTx.h.
|
private |
Definition at line 131 of file AcceptedLedgerTx.h.
|
private |
Definition at line 132 of file AcceptedLedgerTx.h.
|
private |
Definition at line 133 of file AcceptedLedgerTx.h.
|
private |
Definition at line 134 of file AcceptedLedgerTx.h.
|
private |
Definition at line 135 of file AcceptedLedgerTx.h.
1.8.17