Registry / crypto / bitcoinwallet-library

bitcoinwallet-library

JSON →
library0.1.16-alpha.0rscratesunverified

A wallet maintains a set of transactions and balances, and provides the ability to create new transactions.

# Cargo.toml [dependencies] bitcoinwallet-library = "0.1.16-alpha.0"
INSTALL
IMPORT
SIG · BITCOINWALLET-LIBR
B
bitcoinwallet-library
cryptorustv0.1.16-alpha.0
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 bitcoinwallet_library::Wallet;

Create a new Bitcoin wallet on testnet and get its balance.

use bitcoinwallet_library::Wallet; fn main() { let wallet = Wallet::new("testnet").unwrap(); println!("Wallet balance: {}", wallet.get_balance().unwrap()); }
Debug
Known issues
breakingAlpha version; API may change.
fix
Pin to a specific version and monitor for updates.
affects: >=0.1.0 <1.0.0
Upgrade
Version history
0.1.16-alpha.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
Resources
bitcoinwallet-library — cargo add bitcoinwallet-library · libregistry