Browse Source

include 'network' in the library exports

hk-custom-address
xnova 11 years ago
parent
commit
f50c1a91f7
  1. 1
      src/index.js

1
src/index.js

@ -40,6 +40,7 @@ module.exports = {
TransactionOut: require('./transaction').TransactionOut,
ECPointFp: require('./jsbn/ec').ECPointFp,
Wallet: require('./wallet'),
network: require('./network'),
ecdsa: require('./ecdsa'),
HDWallet: require('./hdwallet.js'),

Loading…
Cancel
Save