doc: add privacy event-drop documentation

This commit is contained in:
agureev
2026-08-22 09:05:11 +00:00
committed by Artem Gureev
parent 87fb34fd34
commit e5d4d87ca6
+2 -1
View File
@@ -489,7 +489,8 @@ pub struct ProgramOutput {
pub block_validity_window: BlockValidityWindow,
/// The timestamp window where the program output is valid.
pub timestamp_validity_window: TimestampValidityWindow,
/// A vector of event data.
/// A vector of event data. Dropped for private transaction for function
/// privacy.
pub events: Vec<Vec<u8>>,
}