20 #ifndef RIPPLE_APP_LEDGER_ACCEPTEDLEDGERTX_H_INCLUDED
21 #define RIPPLE_APP_LEDGER_ACCEPTEDLEDGERTX_H_INCLUDED
23 #include <ripple/app/ledger/Ledger.h>
24 #include <ripple/protocol/AccountID.h>
25 #include <boost/container/flat_set.hpp>
62 boost::container::flat_set<AccountID>
const&
71 return mTxn->getTransactionID();
76 return mTxn->getTxnType();
Json::Value const & getJson() const
Tracks the number of instances of an object.
std::shared_ptr< STTx const > const & getTxn() const
TxID getTransactionID() const
TxType
Transaction type identifiers.
TxType getTxnType() const
A transaction that is in a closed ledger.
boost::container::flat_set< AccountID > const & getAffected() const
std::string getEscMeta() const
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
std::uint32_t getTxnSeq() const
std::shared_ptr< STTx const > mTxn
TxMeta const & getMeta() const
AcceptedLedgerTx(std::shared_ptr< ReadView const > const &ledger, std::shared_ptr< STTx const > const &, std::shared_ptr< STObject const > const &)
boost::container::flat_set< AccountID > mAffected