File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 26
26
/** @typedef {import('./ripemd160.types.js').Update } RIPEMD160Update */
27
27
28
28
/**
29
- * @typedef { DashKeys }
29
+ * @typedef DashKeys
30
30
* @prop {DecodeBase58Check } decode
31
31
* @prop {EncodeKeyUint8Array } encodeKey
32
32
* @prop {AddressToPubKeyHash } addrToPkh
@@ -1225,6 +1225,8 @@ var DashKeys = ("object" === typeof module && exports) || {};
1225
1225
1226
1226
_DashKeys . utils = Utils ;
1227
1227
1228
+ //@ts -ignore
1229
+ Window . DashKeys = _DashKeys ;
1228
1230
//@ts -ignore
1229
1231
Window . BaseX = _DashKeys . BaseX = BaseX ;
1230
1232
//@ts -ignore
@@ -1278,7 +1280,7 @@ if ("object" === typeof module) {
1278
1280
/**
1279
1281
* Developer Convenience function for Generating Non-HD (NON-RECOVERABLE) WIFs
1280
1282
* @callback GenerateWif
1281
- * @param {GenerateWifOpts } opts
1283
+ * @param {GenerateWifOpts } [ opts]
1282
1284
* @returns {Promise<String> } - JS Bytes Buffer (Uint8Array, Node & Browsers)
1283
1285
*/
1284
1286
You can’t perform that action at this time.
0 commit comments