pub fn try_sapling_compact_note_decryption<P: Parameters, Output: ShieldedOutput<SaplingDomain<P>, COMPACT_NOTE_SIZE>>(
params: &P,
height: BlockHeight,
ivk: &SaplingIvk,
output: &Output,
) -> Option<(Note, PaymentAddress)>pub fn try_sapling_compact_note_decryption<P: Parameters, Output: ShieldedOutput<SaplingDomain<P>, COMPACT_NOTE_SIZE>>(
params: &P,
height: BlockHeight,
ivk: &SaplingIvk,
output: &Output,
) -> Option<(Note, PaymentAddress)>