rust-bitcoin-unsafe-fast/src
Tobin C. Harding 0ed78e543b Add lock time types
Add a `LockTime` type to hold the nLockTime `u32` value. Use it in
`Transaction` for `lock_time` instead of a `u32`. Make it public so this
new type can be used by rust-miniscript and other downstream projects.

Add a `PackedLockTime` type that wraps a raw `u32` and derives `Ord`,
this type is for wrapping a consensus lock time value for nesting in
types that would like to derive `Ord`.
2022-07-27 08:39:19 +10:00
..
blockdata Add lock time types 2022-07-27 08:39:19 +10:00
consensus BIP152: Add basic Compact Block structures 2022-07-24 13:21:08 +02:00
network Merge rust-bitcoin/rust-bitcoin#1088: Add BIP152 (Compact Blocks) structures 2022-07-25 17:35:09 +00:00
util Add lock time types 2022-07-27 08:39:19 +10:00
hash_types.rs Enable formatter for "src" 2022-07-19 13:43:12 +10:00
internal_macros.rs Use pub(crate) for macros instead of macro_use 2022-07-20 11:25:54 +10:00
lib.rs Add lock time types 2022-07-27 08:39:19 +10:00
policy.rs Enable formatter for "src" 2022-07-19 13:43:12 +10:00
serde_utils.rs Remove extern crate bitcoin_hashes 2022-07-20 11:23:59 +10:00
test_macros.rs Introduce SPDX license identifiers 2022-06-29 14:12:02 +10:00