3#include <xrpl/basics/CountedObject.h>
4#include <xrpl/ledger/ReadView.h>
5#include <xrpl/protocol/AccountID.h>
6#include <xrpl/protocol/STTx.h>
7#include <xrpl/protocol/TxMeta.h>
9#include <boost/container/flat_set.hpp>
44 boost::container::flat_set<AccountID>
const&
53 return mTxn->getTransactionID();
58 return mTxn->getTxnType();
A transaction that is in a closed ledger.
boost::container::flat_set< AccountID > mAffected
TxMeta const & getMeta() const
std::shared_ptr< STTx const > mTxn
boost::container::flat_set< AccountID > const & getAffected() const
std::string getEscMeta() const
TxID getTransactionID() const
Json::Value const & getJson() const
TxType getTxnType() const
std::uint32_t getTxnSeq() const
std::shared_ptr< STTx const > const & getTxn() const
Tracks the number of instances of an object.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
TxType
Transaction type identifiers.