expose new StealthAddress class
This commit is contained in:
parent
d1a570135d
commit
779e48d562
1
index.js
1
index.js
|
@ -29,6 +29,7 @@ bitcore.expmt.AESCBC = require('./lib/expmt/aescbc');
|
||||||
bitcore.expmt.CBC = require('./lib/expmt/cbc');
|
bitcore.expmt.CBC = require('./lib/expmt/cbc');
|
||||||
bitcore.expmt.ECIES = require('./lib/expmt/ecies');
|
bitcore.expmt.ECIES = require('./lib/expmt/ecies');
|
||||||
bitcore.expmt.Stealthkey = require('./lib/expmt/stealthkey');
|
bitcore.expmt.Stealthkey = require('./lib/expmt/stealthkey');
|
||||||
|
bitcore.expmt.StealthAddress = require('./lib/expmt/stealthaddress');
|
||||||
|
|
||||||
//dependencies, subject to change
|
//dependencies, subject to change
|
||||||
bitcore.deps = {};
|
bitcore.deps = {};
|
||||||
|
|
Loading…
Reference in New Issue