rippled
|
Public Member Functions | |
FeeVoteImpl (FeeSetup const &setup, beast::Journal journal) | |
void | doValidation (Fees const &lastFees, Rules const &rules, STValidation &val) override |
Add local fee preference to validation. More... | |
void | doVoting (std::shared_ptr< ReadView const > const &lastClosedLedger, std::vector< std::shared_ptr< STValidation >> const &parentValidations, std::shared_ptr< SHAMap > const &initialPosition) override |
Cast our local vote on the fee. More... | |
Private Attributes | |
FeeSetup | target_ |
const beast::Journal | journal_ |
Definition at line 93 of file FeeVoteImpl.cpp.
ripple::FeeVoteImpl::FeeVoteImpl | ( | FeeSetup const & | setup, |
beast::Journal | journal | ||
) |
Definition at line 115 of file FeeVoteImpl.cpp.
|
overridevirtual |
Add local fee preference to validation.
lastClosedLedger | |
baseValidation |
Implements ripple::FeeVote.
Definition at line 121 of file FeeVoteImpl.cpp.
|
overridevirtual |
Cast our local vote on the fee.
lastClosedLedger | |
initialPosition |
Implements ripple::FeeVote.
Definition at line 197 of file FeeVoteImpl.cpp.
|
private |
Definition at line 96 of file FeeVoteImpl.cpp.
|
private |
Definition at line 97 of file FeeVoteImpl.cpp.