feat(bip85): include bip85 library

This commit is contained in:
AndreasGassmann
2020-11-07 16:33:50 +01:00
parent 4e59e7d6fc
commit 5e211c6959
3 changed files with 6 additions and 1 deletions
+4
View File
@@ -18,6 +18,10 @@ module.exports.BigInteger = require('javascript-biginteger')
module.exports.bip38 = require('bip38')
/* bip85 */
module.exports.bip85 = require('bip85')
/* bitcoinjs-lib */
module.exports.bitcoin = require('bitcoinjs-lib')