mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-26 20:01:16 +00:00
doc: add privacy event-drop documentation
This commit is contained in:
@@ -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>>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user