Files
xahaud/src/ripple
Edward Hennis df728cd2cd Reference fee unit clean up
* Use config object or ledger instead of hard coded value.
* The value is still const, and has no change mechanism.
2015-08-18 11:16:18 -07:00
..
2015-08-18 11:16:18 -07:00
2015-07-31 17:39:03 -07:00
2015-08-18 08:48:16 -07:00
2015-08-04 13:51:02 -07:00
2015-07-28 20:27:00 -07:00
2015-07-31 17:39:03 -07:00
2015-08-18 11:16:17 -07:00
2015-07-15 16:56:43 -07:00
2015-07-31 17:39:03 -07:00
2015-08-18 11:16:18 -07:00
2015-07-28 20:26:19 -07:00
2015-07-31 17:39:03 -07:00
2015-08-18 11:16:17 -07:00
2015-08-18 11:16:17 -07:00
2015-08-18 11:16:17 -07:00
2015-07-31 17:30:56 -07:00
2015-07-31 17:39:03 -07:00
2013-11-15 11:29:45 -08:00

Newest Style

Each folder contains a single module following the newest style:

  • One class per header
  • As much implementation hidden as possible
  • All major interfaces are abstract
  • Every class is documented
  • Each module focuses on solving one problem