|
xrpld
|
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 |
Public Attributes | |
| friend | Object |
Static Private Member Functions | |
| static auto & | getCounter () noexcept |
Private Attributes | |
| std::shared_ptr< STTx const > | txn_ |
| TxMeta | meta_ |
| boost::container::flat_set< AccountID > | affected_ |
| Blob | rawMeta_ |
| json::Value | json_ |
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 25 of file AcceptedLedgerTx.h.
| xrpl::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 24 of file AcceptedLedgerTx.cpp.
|
nodiscard |
Definition at line 34 of file AcceptedLedgerTx.h.
|
nodiscard |
Definition at line 39 of file AcceptedLedgerTx.h.
|
nodiscard |
Definition at line 45 of file AcceptedLedgerTx.h.
|
nodiscard |
Definition at line 51 of file AcceptedLedgerTx.h.
|
nodiscard |
Definition at line 56 of file AcceptedLedgerTx.h.
|
nodiscard |
Definition at line 61 of file AcceptedLedgerTx.h.
|
nodiscard |
Definition at line 66 of file AcceptedLedgerTx.h.
|
nodiscard |
Definition at line 74 of file AcceptedLedgerTx.cpp.
|
nodiscard |
Definition at line 74 of file AcceptedLedgerTx.h.
|
staticprivatenoexceptinherited |
Definition at line 109 of file CountedObject.h.
|
private |
Definition at line 80 of file AcceptedLedgerTx.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.
|
inherited |
Definition at line 134 of file CountedObject.h.