Function elements_miniscript::miniscript::satisfy::elementssig_from_rawsig[][src]

pub fn elementssig_from_rawsig(rawsig: &[u8]) -> Result<ElementsSig, Error>
Expand description

Helper function to create ElementsSig from Rawsig Useful for downstream when implementing Satisfier. Returns underlying secp if the Signature is not of correct format