rust-bitcoin-unsafe-fast/primitives/src
Tobin C. Harding 64c31cfb97
Move locktimes and Sequence to primitives
The `absolute` and `relative` locktimes as well as the `Sequence` are
all primitive bitcoin types.

Move the `Sequence`, and `locktime` stuff over to `primitives`.

There is nothing surprising here, the consensus encoding stuff stays in
`bitcoin` and we re-export everything from `blockdata`.
2024-07-15 08:53:51 +10:00
..
locktime Move locktimes and Sequence to primitives 2024-07-15 08:53:51 +10:00
lib.rs Move locktimes and Sequence to primitives 2024-07-15 08:53:51 +10:00
opcodes.rs Move opcodes to primitives 2024-07-09 15:26:33 +10:00
sequence.rs Move locktimes and Sequence to primitives 2024-07-15 08:53:51 +10:00