Function try_sapling_compact_note_decryption

Source
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)>