Browse Source

expose stealthtx

patch-2
Ryan X. Charles 10 years ago
parent
commit
54818c0bd8
  1. 1
      index.js

1
index.js

@ -37,6 +37,7 @@ bitcore.expmt.ECIES = require('./lib/expmt/ecies');
bitcore.expmt.StealthAddress = require('./lib/expmt/stealthaddress');
bitcore.expmt.Stealthkey = require('./lib/expmt/stealthkey');
bitcore.expmt.StealthMessage = require('./lib/expmt/stealthmessage');
bitcore.expmt.StealthTx = require('./lib/expmt/stealthtx');
//dependencies, subject to change
bitcore.deps = {};

Loading…
Cancel
Save