xrpld
Loading...
Searching...
No Matches
Proposal.h
1#pragma once
2
3#include <test/csf/Tx.h>
4#include <test/csf/Validation.h>
5#include <test/csf/ledgers.h>
6
7#include <xrpld/consensus/ConsensusProposal.h>
8
9namespace xrpl::test::csf {
14
15} // 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:13