Registry / networking / bitcoin-netmsg

bitcoin-netmsg

JSON →
library0.1.16-alpha.0rscratesunverified

A transport protocol agnostic message container for Bitcoin network messages.

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

Message
use bitcoin_netmsg::Message;

Creates a new Bitcoin network message.

use bitcoin_netmsg::Message; fn main() { let msg = Message::new(b"test"); println!("{:?}", msg); }
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
40 hits · last 30 days
node
34
OpenAI (training)
1
Resources
bitcoin-netmsg — cargo add bitcoin-netmsg · libregistry