| 
    rippled
    
   | 
 

Public Member Functions | |
| Node (PeerID nodeID, clock_type const &c) | |
| void | untrust () | 
| void | trust () | 
| void | setLoadFee (std::uint32_t fee) | 
| PeerID | nodeID () const | 
| void | advanceKey () | 
| PeerKey | currKey () const | 
| PeerKey | masterKey () const | 
| NetClock::time_point | now () const | 
| Validation | validate (Ledger::ID id, Ledger::Seq seq, NetClock::duration signOffset, NetClock::duration seenOffset, bool full) const | 
| Validation | validate (Ledger ledger, NetClock::duration signOffset, NetClock::duration seenOffset) const | 
| Validation | validate (Ledger ledger) const | 
| Validation | partial (Ledger ledger) const | 
Private Attributes | |
| clock_type const & | c_ | 
| PeerID | nodeID_ | 
| bool | trusted_ = true | 
| std::size_t | signIdx_ {1} | 
| std::optional< std::uint32_t > | loadFee_ | 
Definition at line 33 of file Validations_test.cpp.
| ripple::test::csf::Validations_test::Node::Node | ( | PeerID | nodeID, | 
| clock_type const & | c | ||
| ) | 
Definition at line 42 of file Validations_test.cpp.
| void ripple::test::csf::Validations_test::Node::untrust | ( | ) | 
Definition at line 47 of file Validations_test.cpp.
| void ripple::test::csf::Validations_test::Node::trust | ( | ) | 
Definition at line 53 of file Validations_test.cpp.
| void ripple::test::csf::Validations_test::Node::setLoadFee | ( | std::uint32_t | fee | ) | 
Definition at line 59 of file Validations_test.cpp.
| PeerID ripple::test::csf::Validations_test::Node::nodeID | ( | ) | const | 
Definition at line 65 of file Validations_test.cpp.
| void ripple::test::csf::Validations_test::Node::advanceKey | ( | ) | 
Definition at line 71 of file Validations_test.cpp.
| PeerKey ripple::test::csf::Validations_test::Node::currKey | ( | ) | const | 
Definition at line 77 of file Validations_test.cpp.
| PeerKey ripple::test::csf::Validations_test::Node::masterKey | ( | ) | const | 
Definition at line 83 of file Validations_test.cpp.
| NetClock::time_point ripple::test::csf::Validations_test::Node::now | ( | ) | const | 
Definition at line 88 of file Validations_test.cpp.
| Validation ripple::test::csf::Validations_test::Node::validate | ( | Ledger::ID | id, | 
| Ledger::Seq | seq, | ||
| NetClock::duration | signOffset, | ||
| NetClock::duration | seenOffset, | ||
| bool | full | ||
| ) | const | 
Definition at line 96 of file Validations_test.cpp.
| Validation ripple::test::csf::Validations_test::Node::validate | ( | Ledger | ledger, | 
| NetClock::duration | signOffset, | ||
| NetClock::duration | seenOffset | ||
| ) | const | 
Definition at line 118 of file Validations_test.cpp.
| Validation ripple::test::csf::Validations_test::Node::validate | ( | Ledger | ledger | ) | const | 
Definition at line 128 of file Validations_test.cpp.
| Validation ripple::test::csf::Validations_test::Node::partial | ( | Ledger | ledger | ) | const | 
Definition at line 139 of file Validations_test.cpp.
      
  | 
  private | 
Definition at line 35 of file Validations_test.cpp.
      
  | 
  private | 
Definition at line 36 of file Validations_test.cpp.
      
  | 
  private | 
Definition at line 37 of file Validations_test.cpp.
      
  | 
  private | 
Definition at line 38 of file Validations_test.cpp.
      
  | 
  private | 
Definition at line 39 of file Validations_test.cpp.