JS: Automatically maintain connection.

This commit is contained in:
Arthur Britto
2012-10-17 13:26:31 -07:00
committed by Stefan Thomas
parent 7a579f3d51
commit 43b7b5f2ff
2 changed files with 214 additions and 151 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');