|
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. | |
| 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. | |
Private Attributes | |
| FeeSetup | target_ |
| beast::Journal const | journal_ |
Definition at line 92 of file FeeVoteImpl.cpp.
| ripple::FeeVoteImpl::FeeVoteImpl | ( | FeeSetup const & | setup, |
| beast::Journal | journal | ||
| ) |
Definition at line 114 of file FeeVoteImpl.cpp.
|
overridevirtual |
Add local fee preference to validation.
| lastClosedLedger | |
| baseValidation |
Implements ripple::FeeVote.
Definition at line 120 of file FeeVoteImpl.cpp.
|
overridevirtual |
Cast our local vote on the fee.
| lastClosedLedger | |
| initialPosition |
Implements ripple::FeeVote.
Definition at line 196 of file FeeVoteImpl.cpp.
|
private |
Definition at line 95 of file FeeVoteImpl.cpp.
|
private |
Definition at line 96 of file FeeVoteImpl.cpp.