Function try_sapling_note_decryption

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