📄️ What are Notes?Miden's cross-account communication mechanism — programmable UTXOs that carry assets, execute scripts, and trigger logic on consuming accounts.📄️ Note ScriptsWrite note scripts using #[note] and #[note_script] macros to define logic that executes when notes are consumed.📄️ Note TypesBuilt-in note types: P2ID, P2IDE (with expiration), and SWAP (atomic exchange).📄️ Reading NotesRead the active note's data and access input notes by index during transactions.📄️ Output NotesCreate output notes, attach assets, set attachments, and compute recipients.
📄️ What are Notes?Miden's cross-account communication mechanism — programmable UTXOs that carry assets, execute scripts, and trigger logic on consuming accounts.
📄️ Note ScriptsWrite note scripts using #[note] and #[note_script] macros to define logic that executes when notes are consumed.