Registry / database / btcsuite-btcwallet-walletdb

btcsuite-btcwallet-walletdb

JSON →
library1.5.1gogounverified

Package walletdb provides a namespaced database interface for btcwallet, enabling modular storage of wallet data.

go get github.com/btcsuite/btcwallet/walletdb
INSTALL
IMPORT
SIG · BTCSUITE-BTCWALLET
B
btcsuite-btcwallet-walletdb
databasegov1.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

walletdb
github.com/btcsuite/btcwallet/walletdb

Create a new wallet database using the BerkeleyDB driver.

import "github.com/btcsuite/btcwallet/walletdb" db, err := walletdb.Create("bdb", "/path/to/wallet.db", true) if err != nil { log.Fatal(err) } defer db.Close()
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Resources
btcsuite-btcwallet-walletdb — go get btcsuite-btcwallet-walletdb · libregistry