try_sapling_compact_note_decryption

Function try_sapling_compact_note_decryption 

Source
pub fn try_sapling_compact_note_decryption<Output: ShieldedOutput<SaplingDomain, COMPACT_NOTE_SIZE>>(
    ivk: &PreparedIncomingViewingKey,
    output: &Output,
    zip212_enforcement: Zip212Enforcement,
) -> Option<(Note, PaymentAddress)>