rust-bitcoin-unsafe-fast/src/blockdata
Steven Roose 851a3a15c0
Make Script::fmt_asm a static method and add Script::str_asm
This makes it convenient to print/construct the script assembly on
byte slices withoout having to clone them to copy them to create a
Script struct.
2021-03-13 22:16:20 +00:00
..
block.rs Return BlockHash from BlockHeader::validate_pow 2021-02-17 17:40:17 -08:00
constants.rs add signet support 2020-09-18 16:32:33 +09:00
mod.rs Fix typos and clarify some comment in blockdata, block, address (#230) 2019-02-04 07:30:41 +01:00
opcodes.rs Remove needless references 2020-03-29 17:15:14 +03:00
script.rs Make Script::fmt_asm a static method and add Script::str_asm 2021-03-13 22:16:20 +00:00
transaction.rs transaction: deprecate SigHashType::from_u32 in favor of from_u32_consensus 2021-02-19 11:36:44 +01:00