xrpld
Loading...
Searching...
No Matches
Proposal.h
1#pragma once
2
3#include <xrpl/consensus/ConsensusProposal.h>
4
5#include <csf/Tx.h>
6#include <csf/Validation.h>
7#include <csf/ledgers.h>
8
9namespace xrpl::test::csf {
15
16} // namespace xrpl::test::csf
Represents a proposed position taken during a round of consensus.
ConsensusProposal< PeerID, Ledger::ID, TxSet::ID > Proposal
Proposal is a position taken in the consensus process and is represented directly from the generic ty...
Definition Proposal.h:14