bitcoin_vec_to_signature

Function bitcoin_vec_to_signature 

Source
pub fn bitcoin_vec_to_signature(
    sigvec: &[u8],
    sighash_type: EcdsaSighashType,
) -> Result<Signature, Error>
Expand description

Convert a Bitcoin signature bytes, with the specified EcdsaSighashType, to Signature