zcash_primitives::transaction::components::orchard

Function write_note_ciphertext

Source
pub fn write_note_ciphertext<W: Write>(
    writer: W,
    nc: &TransmittedNoteCiphertext,
) -> Result<()>