add WalletLock class

This commit is contained in:
Matias Alejo Garcia 2014-08-14 18:25:53 -04:00
commit d8e0d50dce
4 changed files with 151 additions and 3 deletions

View file

@ -15,6 +15,7 @@ var StorageLocalEncrypted = module.exports.StorageLocalEncrypted = require('./js
module.exports.WalletFactory = require('./js/models/core/WalletFactory');
module.exports.Wallet = require('./js/models/core/Wallet');
module.exports.WalletLock = require('./js/models/core/WalletLock');
module.exports.version = require('./version');
// test hack :s, will fix