Crate nakamoto_common

Source
Expand description

Library of common Bitcoin functionality shared by all crates.

Re-exports§

pub use bitcoin;
pub use bitcoin_hashes;
pub use nakamoto_net as net;
pub use nonempty;

Modules§

block
Block-related types and functions.
collections
Collections used in nakamoto.
network
Bitcoin peer network. Eg. Mainnet.
p2p
P2P-related types

Macros§

source
Return the function path at the current source location.