xrpld
Loading...
Searching...
No Matches
consensus Directory Reference
Directory dependency graph for consensus:
consensus

Files

 
RCLCensorshipDetector.h
 
RCLConsensus.cpp
 
RCLConsensus.h
 
RCLCxLedger.h
 
RCLCxPeerPos.cpp
 
RCLCxPeerPos.h
 
RCLCxTx.h
 
RCLValidations.cpp
 
RCLValidations.h

Detailed Description

RCL Consensus

This directory holds the types and classes needed to connect the generic consensus algorithm to the xrpld-specific instance of consensus.

  • RCLCxTx adapts a SHAMapItem transaction.
  • RCLCxTxSet adapts a Copy-on-Write Support to represent a set of transactions.
  • RCLCxLedger adapts a Ledger.
  • RCLConsensus is implements the requirements of the generic Consensus class by connecting to the rest of the xrpld application.