rust-bitcoin-unsafe-fast/bitcoin/src/blockdata
Martin Habovstiak ed80df5ebc Add `ChainHash::from_genesis_block_hash`
This improves readability of converting `BlockHash` into `ChainHash`.
It's useful in e.g. Electrum protocol which sends `BlockHash`
(serialized backward).

Closes #1751
2023-03-26 10:42:22 +02:00
..
locktime blockdata: Run the formatter 2023-03-21 08:33:24 +11:00
script Merge rust-bitcoin/rust-bitcoin#1730: Use shorter imports 2023-03-23 17:39:03 +00:00
block.rs Use shorter import statements 2023-03-22 14:09:58 +11:00
constants.rs Add `ChainHash::from_genesis_block_hash` 2023-03-26 10:42:22 +02:00
fee_rate.rs blockdata: Run the formatter 2023-03-21 08:33:24 +11:00
mod.rs blockdata: Run the formatter 2023-03-21 08:33:24 +11:00
opcodes.rs blockdata: Run the formatter 2023-03-21 08:33:24 +11:00
transaction.rs Merge rust-bitcoin/rust-bitcoin#1730: Use shorter imports 2023-03-23 17:39:03 +00:00
weight.rs Add kilo weight unit conversion 2023-03-22 20:05:07 +01:00
witness.rs Use shorter import statements 2023-03-22 14:09:58 +11:00