Files
rippled/src/ripple
Scott Schurr 19903674af Improve syntax of submit_multisigned [RIPD-182]
In usage it was determined that the submit_multisigned RPC
command could be improved by moving the Signers array inside the
tx_json in the submitted form of the command.  This has the
advantage that the RPC command is more similar to the native form.
Also the returned JSON looks more like the submitted JSON.
2015-10-06 13:08:47 -07:00
..
2015-09-25 11:37:54 -07:00
2015-09-25 06:29:08 -07:00
2015-09-25 06:29:07 -07:00
2015-09-28 17:24:05 -07:00
2015-10-06 13:08:46 -07:00
2015-09-25 06:29:08 -07:00
2015-09-25 06:29:07 -07:00
2015-09-18 11:51:49 -04:00
2015-09-03 13:44:37 -07:00
2015-07-31 17:30:56 -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