| 1 | use bitcoin::{ |
| 2 | absolute, consensus, Amount, PublicKey, ScriptBuf, TapSighashType, Transaction, TxOut, |
| 3 | }; |
| 4 | use musig2::{secp256k1::schnorr::Signature, PartialSignature, PubNonce, SecNonce}; |
nothing calls this directly
no outgoing calls
no test coverage detected