Registry / other / descriptor-wallet

descriptor-wallet

JSON →
library0.10.2rscratesunverified

Libraries and command line tool for building descriptor-based bitcoin wallets.

# Cargo.toml [dependencies] descriptor-wallet = "0.10.2"
INSTALL
IMPORT
SIG · DESCRIPTOR-WALLET
D
descriptor-wallet
otherrustv0.10.2
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.

Wallet
use descriptor_wallet::Wallet;

Create a Bitcoin wallet from a descriptor string.

use descriptor_wallet::Wallet; fn main() { // Example: create a wallet from a descriptor let desc = "wpkh([...])"; let wallet = Wallet::new(desc).unwrap(); println!("Wallet created"); }
Debug
Known issues
gotchaRequires understanding of Bitcoin descriptor syntax; invalid descriptors cause runtime errors.
fix
Validate descriptors using Bitcoin Core or documentation.
affects: >=0.1.0
Upgrade
Version history
0.10.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Meta
1
Resources
descriptor-wallet — cargo add descriptor-wallet · libregistry