bitcoin-signet 0.1.16-alpha.0

generate the signet tx corresponding to the given block -- the signed tx commits to everything in the block except 1) it hashes a modified merkle root with the signet signature removed. 2) it skips the nonce
Documentation
1
2
3
4
5
6
7
8
pub(crate) use bitcoin_derive::*;
pub(crate) use bitcoin_scripting::*;
pub(crate) use bitcoin_imports::*;
pub(crate) use bitcoin_block::*;
pub(crate) use bitcoin_primitives::*;
pub(crate) use bitcoin_tx::*;
pub(crate) use bitcoin_chain_consensus::*;