| 
    rippled
    
   | 
 
Only reasonable parameters can be honored, e.g cannot hasToReEnable when nUNLSize == 0. More...

Public Attributes | |
| std::uint32_t | numNodes | 
| std::uint32_t | negUNLSize | 
| bool | hasToDisable | 
| bool | hasToReEnable | 
| std::optional< int > | numLedgers | 
| if not specified, the number of ledgers in the history is calculated from negUNLSize, hasToDisable, and hasToReEnable   | |
Only reasonable parameters can be honored, e.g cannot hasToReEnable when nUNLSize == 0.
Definition at line 552 of file NegativeUNL_test.cpp.
| std::uint32_t ripple::test::NetworkHistory::Parameter::numNodes | 
Definition at line 554 of file NegativeUNL_test.cpp.
| std::uint32_t ripple::test::NetworkHistory::Parameter::negUNLSize | 
Definition at line 555 of file NegativeUNL_test.cpp.
| bool ripple::test::NetworkHistory::Parameter::hasToDisable | 
Definition at line 556 of file NegativeUNL_test.cpp.
| bool ripple::test::NetworkHistory::Parameter::hasToReEnable | 
Definition at line 557 of file NegativeUNL_test.cpp.
| std::optional<int> ripple::test::NetworkHistory::Parameter::numLedgers | 
if not specified, the number of ledgers in the history is calculated from negUNLSize, hasToDisable, and hasToReEnable
Definition at line 562 of file NegativeUNL_test.cpp.