store iterations in Storage

This commit is contained in:
Matias Alejo Garcia 2014-10-15 15:02:14 -03:00
commit 47ae3fcb19
5 changed files with 18 additions and 7 deletions

View file

@ -332,6 +332,10 @@ Identity.prototype.closeWallet = function(wid, cb) {
});
};
Identity.prototype.toObj = function(wid, cb) {
};
/**
* @desc This method prepares options for a new Wallet
*