store iterations in Storage
This commit is contained in:
parent
aa9f16a7e9
commit
47ae3fcb19
5 changed files with 18 additions and 7 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue