-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.js
36 lines (34 loc) · 1.84 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
"use strict";
// auto-generated by `jswt reexport`
// DO NOT EDIT
module.exports = require("./dashwallet.js");
// these typedef reexports will be available to dependent packages
/**
* @typedef {import('./dashwallet.js').MaybeHasAddress} MaybeHasAddress
* @typedef {import('./dashwallet.js').MiniUtxo} MiniUtxo
* @typedef {import('./dashwallet.js').CoinInfo} CoinInfo
* @typedef {import('./dashwallet.js').DenomInfo} DenomInfo
* @typedef {import('./dashwallet.js').DenomInfoPartial} DenomInfoPartial
* @typedef {import('./dashwallet.js').UtxoCoinInfo} UtxoCoinInfo
* @typedef {import('./dashwallet.js').SendInfo} SendInfo
* @typedef {import('./dashwallet.js').WalletAddress} WalletAddress
* @typedef {import('./dashwallet.js').WalletWifPartial} WalletWifPartial
* @typedef {import('./dashwallet.js').WalletWif} WalletWif
* @typedef {import('./dashwallet.js').Config} Config
* @typedef {import('./dashwallet.js').DashSightPartial} DashSightPartial
* @typedef {import('./dashwallet.js').Store} Store
* @typedef {import('./dashwallet.js').WalletInstance} WalletInstance
* @typedef {import('./dashwallet.js').SyncOpts} SyncOpts
* @typedef {import('./dashwallet.js').ContactOpts} ContactOpts
* @typedef {import('./dashwallet.js').FindFriendOpts} FindFriendOpts
* @typedef {import('./dashwallet.js').Safe} Safe
* @typedef {import('./dashwallet.js').Preferences} Preferences
* @typedef {import('./dashwallet.js').Cache} Cache
* @typedef {import('./dashwallet.js').PrivateWallet} PrivateWallet
* @typedef {import('./dashwallet.js').WifInfo} WifInfo
* @typedef {import('./dashwallet.js').PayWallet} PayWallet
* @typedef {import('./dashwallet.js').WalletAccount} WalletAccount
* @typedef {import('./dashwallet.js').NextInfo} NextInfo
* @typedef {import('./dashwallet.js').CoinSelection} CoinSelection
* @typedef {import('./dashwallet.js').DenomConfig} DenomConfig
*/