new BTCWalletDB(path, net)
Parameters:
| Name | Type | Description |
|---|---|---|
path |
string | The file path, this file path is used to file db. |
net |
string | It used to describe the testnet db and main net db. |
- Source:
- db/btcwalletdb.js
Methods
-
updateOriginDb()
-
TODO: to upgrade previous BTC wallet
- Source:
- db/btcwalletdb.js
-
insertAddress()
-
- Source:
- db/btcwalletdb.js
-
getAddresses()
-
- Source:
- db/btcwalletdb.js