rippled
|
Represents a transaction in RCLConsensus. More...
Public Types | |
using | ID = uint256 |
Unique identifier/hash of transaction. More... | |
Public Member Functions | |
RCLCxTx (boost::intrusive_ptr< SHAMapItem const > txn) | |
Constructor. More... | |
ID const & | id () const |
The unique identifier/hash of the transaction. More... | |
Public Attributes | |
boost::intrusive_ptr< SHAMapItem const > | tx_ |
The SHAMapItem that represents the transaction. More... | |
Represents a transaction in RCLConsensus.
RCLCxTx is a thin wrapper over the SHAMapItem that corresponds to the transaction.
using ripple::RCLCxTx::ID = uint256 |
ripple::RCLCxTx::RCLCxTx | ( | boost::intrusive_ptr< SHAMapItem const > | txn | ) |
ID const& ripple::RCLCxTx::id | ( | ) | const |
boost::intrusive_ptr<SHAMapItem const> ripple::RCLCxTx::tx_ |
The SHAMapItem that represents the transaction.