rippled
|
TxSet is a set of transactions to consider including in the ledger. More...
Classes | |
class | MutableTxSet |
Public Types | |
using | ID = beast::uhash<>::result_type |
using | Tx = csf::Tx |
Public Member Functions | |
TxSet ()=default | |
TxSet (TxSetType const &s) | |
TxSet (MutableTxSet &&m) | |
bool | exists (Tx::ID const txId) const |
Tx const * | find (Tx::ID const &txId) const |
TxSetType const & | txs () const |
ID | id () const |
std::map< Tx::ID, bool > | compare (TxSet const &other) const |
Static Public Member Functions | |
static ID | calcID (TxSetType const &txs) |
Private Attributes | |
TxSetType | txs_ |
The set contains the actual transactions. More... | |
ID | id_ |
The unique ID of this tx set. More... | |
TxSet is a set of transactions to consider including in the ledger.
using ripple::test::csf::TxSet::ID = beast::uhash<>::result_type |
using ripple::test::csf::TxSet::Tx = csf::Tx |
|
default |
ripple::test::csf::TxSet::TxSet | ( | MutableTxSet && | m | ) |
bool ripple::test::csf::TxSet::exists | ( | Tx::ID const | txId | ) | const |
|
private |