pub fn decode_with_payload(
input: &[u8],
payload: &[u8],
) -> Result<(Descriptor<DescriptorPublicKey>, KeyMap), Error>Expand description
Returns a fully decoded descriptor applying a payload containing the keys, fingerprints, hashes, and timelocks to a template.