JS: Automatically maintain connection.

This commit is contained in:
Arthur Britto
2012-10-17 13:26:31 -07:00
parent 851768848b
commit edf47a7a07
4 changed files with 235 additions and 176 deletions

View File

@@ -1,4 +1,4 @@
// Represent Newcoin amounts and currencies.
// Represent Ripple amounts and currencies.
// - Numbers in hex are big-endian.
var utils = require('./utils.js');