bitcoin-node 0.1.16-alpha.0

a node represents a peer in the network
Documentation
1
2
3
4
5
6
#![feature(allocator_api)]

#[macro_use] mod imports; use imports::*;

x!{node}
x!{node_impl}