rust-bitcoin-unsafe-fast/src/blockdata
Tobin C. Harding 7307363c2e Use qualified path instead of alias
It is more typical in this repo to use `module::Error` instead of a type
alias when importing.

Use `hex::Error` directly instead of `use hex::Error as HexError`.
2022-04-21 12:50:22 +10:00
..
block.rs Remove get_ prefix 2022-03-19 08:28:30 +11:00
constants.rs Use qualified path instead of alias 2022-04-21 12:50:22 +10:00
mod.rs Introduce Witness struct mainly to improve ser/de performance while keeping most usability. 2021-12-28 09:56:38 +01:00
opcodes.rs Merge rust-bitcoin/rust-bitcoin#877: Improve ClassifyContext rustdocs 2022-03-20 20:40:32 +02:00
script.rs Add Script conversion method p2wpkh_script_code 2022-04-18 10:32:05 +10:00
transaction.rs Fix code comments referring to sighash 2022-03-31 09:44:22 +11:00
witness.rs Use less vertical lines 2022-03-14 13:52:13 +11:00