using TxSet_t = RCLTxSet;
RCLConsensus::Adaptor::TxSet_t
ripple::RCLTxSet
ripple__RCLTxSet
Name |
Description |
---|---|
Unique identifier/hash of the set of transactions. |
|
The type that corresponds to a single transaction. |
|
Name |
Description |
---|---|
Constructor. Constructor from a previosly created MutableTxSet. |
|
Find transactions not in common between this and another transaction set. |
|
Test if a transaction is in the set. |
|
Lookup a transaction. |
|
The unique ID/hash of the transaction set. |
Name |
Description |
---|---|
The SHAMap representing the transactions. |
RCLTxSet
is a thin wrapper over a SHAMap that stores the set of transactions.
#include <ripple/app/consensus/RCLConsensus.h>