bitcoin-packages 0.1.16-alpha.0

a package is an ordered list of transactions. The transactions cannot conflict with (spend the same inputs as) one another
Documentation
1
2
3
4
5
6
7
pub(crate) use bitcoin_amt::*;
pub(crate) use bitcoin_derive::*;
pub(crate) use bitcoin_imports::*;
pub(crate) use bitcoin_policy::*;
pub(crate) use bitcoin_tx::*;
pub(crate) use bitcoin_validation::*;