20#ifndef RIPPLE_APP_LEDGER_ACCEPTEDLEDGERTX_H_INCLUDED
21#define RIPPLE_APP_LEDGER_ACCEPTEDLEDGERTX_H_INCLUDED
23#include <xrpld/app/ledger/Ledger.h>
25#include <xrpl/protocol/AccountID.h>
27#include <boost/container/flat_set.hpp>
64 boost::container::flat_set<AccountID>
const&
73 return mTxn->getTransactionID();
78 return mTxn->getTxnType();
A transaction that is in a closed ledger.
boost::container::flat_set< AccountID > mAffected
std::shared_ptr< STTx const > mTxn
boost::container::flat_set< AccountID > const & getAffected() const
std::uint32_t getTxnSeq() const
std::shared_ptr< STTx const > const & getTxn() const
std::string getEscMeta() const
Json::Value const & getJson() const
TxID getTransactionID() const
TxMeta const & getMeta() const
TxType getTxnType() 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.