Represents a transaction in RCLConsensus.  
 More...
#include <RCLCxTx.h>
 | 
| using  | ID = uint256 | 
|   | Unique identifier/hash of transaction.  
  | 
|   | 
 | 
|   | RCLCxTx (boost::intrusive_ptr< SHAMapItem const > txn) | 
|   | Constructor.  
  | 
|   | 
| ID const &  | id () const | 
|   | The unique identifier/hash of the transaction.  
  | 
|   | 
Represents a transaction in RCLConsensus. 
RCLCxTx is a thin wrapper over the SHAMapItem that corresponds to the transaction. 
Definition at line 32 of file RCLCxTx.h.
 
◆ ID
Unique identifier/hash of transaction. 
Definition at line 36 of file RCLCxTx.h.
 
 
◆ RCLCxTx()
      
        
          | ripple::RCLCxTx::RCLCxTx  | 
          ( | 
          boost::intrusive_ptr< SHAMapItem const >  | 
          txn | ) | 
           | 
        
      
 
Constructor. 
- Parameters
 - 
  
    | txn | The transaction to wrap  | 
  
   
Definition at line 42 of file RCLCxTx.h.
 
 
◆ id()
      
        
          | ID const  & ripple::RCLCxTx::id  | 
          ( | 
           | ) | 
           const | 
        
      
 
The unique identifier/hash of the transaction. 
Definition at line 48 of file RCLCxTx.h.
 
 
◆ tx_
      
        
          | boost::intrusive_ptr<SHAMapItem const> ripple::RCLCxTx::tx_ |