rust-bitcoin-unsafe-fast/bitcoin/src/consensus
Tobin C. Harding 853026071f
bitcoin: Use new BlockHeight and BlockInterval types
We just added to now types that are thin wrappers around `u32`s for
block heights and intervals.

Add `Encodable` and `Decodable` impls and use the new types. While we
are at it re-export the types from the crate root so users don't have to
dig into the `units` crate.
2024-05-30 16:49:30 +10:00
..
encode.rs Removed //! spare line at end of headers 2024-05-16 09:59:55 +01:00
mod.rs Removed //! spare line at end of headers 2024-05-16 09:59:55 +01:00
params.rs bitcoin: Use new BlockHeight and BlockInterval types 2024-05-30 16:49:30 +10:00
serde.rs 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
validation.rs Standardize function doc Safety, Returns and Parameters 2024-05-24 09:59:42 +01:00