Function lightning_signer::util::crypto_utils::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]