Wallet model and testing
This commit is contained in:
parent
9ca83e35fc
commit
ad56a30e77
4 changed files with 196 additions and 1 deletions
1
copay.js
1
copay.js
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
module.exports.Storage = require('./js/models/Storage');
|
||||
module.exports.PublicKeyRing = require('./js/models/PublicKeyRing');
|
||||
module.exports.Wallet = require('./js/models/Wallet');
|
||||
|
||||
module.exports.FakeStorage = require('./test/FakeStorage');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue