[FEATURE] Add Wallet class that generates wallets.

[DOC] Comment out logged wallet.

[FIX] Use var instead of const.
This commit is contained in:
Steven Zeiler
2014-09-05 17:06:26 -07:00
parent ab0e4188b3
commit 8bb2623360
4 changed files with 22 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ exports.RippleTxt = require('./rippletxt').RippleTxt;
exports.binformat = require('./binformat');
exports.utils = require('./utils');
exports.Server = require('./server').Server;
exports.Wallet = require('./wallet');
// Important: We do not guarantee any specific version of SJCL or for any
// specific features to be included. The version and configuration may change at