satellite-bitcoin 0.31.6

High-level Bitcoin utilities and re-exports for the Satellite project.
Documentation
1
2
3
4
5
6
7
8
9
10
// Re-export core crates so downstream users can access everything from `satellite-bitcoin`

pub use satellite_collections::*;
pub use satellite_math::*;

// Re-export the transactions crate using the alias defined in Cargo.toml
pub use satellite_bitcoin_transactions::*;

pub mod script;
pub use script::ScriptPubkey;