rust-bitcoin-unsafe-fast/examples
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
..
bip32.rs Run formatter on examples/ 2022-07-19 13:43:12 +10:00
ecdsa-psbt.rs Add lock time types 2022-07-27 08:39:19 +10:00
handshake.rs Run formatter on examples/ 2022-07-19 13:43:12 +10:00