Registry / networking / bitcoin-service

bitcoin-service

JSON →
library0.1.16-alpha.0rscratesunverified

A service combining a network address and a TCP port for Bitcoin.

# Cargo.toml [dependencies] bitcoin-service = "0.1.16-alpha.0"
INSTALL
IMPORT
SIG · BITCOIN-SERVICE
B
bitcoin-service
networkingrustv0.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.

Service
use bitcoin_service::Service;

Create a new Bitcoin service from an address.

use bitcoin_service::Service; fn main() { let service = Service::new("127.0.0.1:8333".parse().unwrap()); println!("{:?}", service); }
Debug
Known issues

No known issues recorded.

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
22
OpenAI (training)
1
Resources
bitcoin-service — cargo add bitcoin-service · libregistry