pub fn decode_template(
input: &[u8],
) -> Result<(Descriptor<DescriptorPublicKey>, KeyMap, usize), Error>Expand description
Returns a template descriptor with dummy keys, fingerprints, hashes, and timelocks and the number of decoded bytes.
pub fn decode_template(
input: &[u8],
) -> Result<(Descriptor<DescriptorPublicKey>, KeyMap, usize), Error>Returns a template descriptor with dummy keys, fingerprints, hashes, and timelocks and the number of decoded bytes.