rust-bitcoin-unsafe-fast/bitcoin/src/consensus
Tobin C. Harding d4e8f49fc3
Move p2p::constants::Network to crate root
The `Network` type is not a p2p construct, it is more general, used
throughout the codebase to define _which_ Bitcoin network we are
operating on.
2023-08-01 16:46:59 +10:00
..
encode.rs Rename the network module to p2p 2023-08-01 16:36:12 +10:00
mod.rs Separate out bitcoinconsensus validation code 2023-07-18 10:29:51 +10:00
params.rs Move p2p::constants::Network to crate root 2023-08-01 16:46:59 +10:00
serde.rs Use standard set of derives on all error types 2023-07-28 06:15:49 +10:00
validation.rs Separate out bitcoinconsensus validation code 2023-07-18 10:29:51 +10:00