File tree Expand file tree Collapse file tree
noir-projects/aztec-nr/aztec/src/event Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,15 +88,14 @@ use dep::protocol_types::{
8888pub struct MessageDeliveryEnum {
8989 /// Constrained encryption + constrained tagging + private log stream
9090 ///
91- /// This gives us an on-chain guarantee that a recipient is able to discover and receive a message.
92- /// Use when a smart contract needs to make decisions based on the message .
91+ /// This gives us an on-chain guarantee that a recipient is able to discover and receive a message. See
92+ /// combination 1 above for details .
9393 pub CONSTRAINED_ONCHAIN : u8 ,
9494
9595 /// Unconstrained encryption + offchain message
9696 ///
97- /// Useful when we trust the sender or the sender is incentivized to deliver the message.
98- /// The offchain message mechanism is not guaranteed to deliver the message and it's up to the app
99- /// to deliver the message to the recipient.
97+ /// Useful when we trust the sender or the sender is incentivized to deliver the message. See combination 2
98+ /// above for details.
10099 pub UNCONSTRAINED_OFFCHAIN : u8 ,
101100
102101 /// Unconstrained encryption + unconstrained tagging + private log stream
You can’t perform that action at this time.
0 commit comments