Encapsulates the result of consensus.
template< class Traits> struct ConsensusResult
Name |
Description |
---|---|
Name |
Description |
---|---|
Transactions which are under dispute with our peers. |
|
Our proposed position on transactions/close time. |
|
The set of transactions consensus agrees go in the ledger. |
|
Stores all relevant data for the outcome of consensus on a single ledger.
Type |
Description |
---|---|
|
Traits class defining the concrete consensus types used by the application. |
#include <ripple/consensus/ConsensusTypes.h>