rust-bitcoin-unsafe-fast/bitcoin/src/consensus
Tobin C. Harding 70fe07f1ce
Export the DisplayHex trait from within prelude
We use `internals::hex::display::DisplayHex` in many places, we can
improve ergonomics of the `internals` crate by re-exporting it from the
`prelude` module.
2023-01-10 09:56:41 +11:00
..
encode.rs Export the DisplayHex trait from within prelude 2023-01-10 09:56:41 +11:00
mod.rs Implement consensus encoding adapter for serde 2022-12-02 10:48:05 +01:00
params.rs Add Target and Difficulty types 2022-09-28 04:16:59 +10:00
serde.rs Implement consensus encoding adapter for serde 2022-12-02 10:48:05 +01:00