Class: HDWalletDB

HDWalletDB

HD wallet DB to store mnemonic

new HDWalletDB(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/hdwalletdb.js

Methods


delete()

Delete entire database!
Source:
db/hdwalletdb.js