Skip to main content

single_key_cpfp_signer

Function single_key_cpfp_signer 

Source
pub fn single_key_cpfp_signer(
    secret_key_bytes: Vec<u8>,
) -> Result<Arc<dyn CpfpSigner>, SignerError>
Expand description

A CPFP signer backed by a single private key. Signs P2WPKH and P2TR key-path inputs only; taproot script-path spends are not supported.