Registry / crypto / bitcoinwallet-interface

bitcoinwallet-interface

JSON →
library0.1.16-alpha.0rscratesunverified

An interface for defining a bitcoin wallet -- contains various structs used throughout the wallet subsystem

# Cargo.toml [dependencies] bitcoinwallet-interface = "0.1.16-alpha.0"
INSTALL
IMPORT
SIG · BITCOINWALLET-INTE
B
bitcoinwallet-interface
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_interface::Wallet;

Creates a new Bitcoin wallet instance

use bitcoinwallet_interface::Wallet; fn main() { let wallet = Wallet::new(); println!("Wallet created"); }
Debug
Known issues
breakingAlpha version; API may change
fix
Pin to exact version and monitor 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
36 hits · last 30 days
node
30
Meta
1
Resources
bitcoinwallet-interface — cargo add bitcoinwallet-interface · libregistry