📄️ What are Transactions?Transactions are Miden's execution unit — they consume input notes and produce output notes, executed locally and proven before submission.📄️ The tx ModuleBlock queries, note commitments, and expiration management with the tx module.📄️ Transaction ScriptsWrite transaction scripts with #[tx_script] to orchestrate multi-note transactions and build output notes.📄️ Advice ProviderReading and writing the advice map, loading preimages, and requesting Falcon signatures in Miden transactions.
📄️ What are Transactions?Transactions are Miden's execution unit — they consume input notes and produce output notes, executed locally and proven before submission.
📄️ Transaction ScriptsWrite transaction scripts with #[tx_script] to orchestrate multi-note transactions and build output notes.
📄️ Advice ProviderReading and writing the advice map, loading preimages, and requesting Falcon signatures in Miden transactions.