Module miden_objects::notes
source · Structs§
- A note which can be used to transfer assets between accounts.
- An asset container for a note.
- Holds information that is relevant to the recipient of a note.
- Returns a unique identifier of a note, which is simultaneously a commitment to the note.
- Contains the data required to prove inclusion of a note in the canonical chain.
- An container for note inputs.
- Represents metadata associated with a note.
- Contains information about the origin of a note.
- An executable program of a note.
- A note’s nullifier.
Enums§
Constants§
- The depth of the leafs in the note Merkle tree used to commit to notes produced in a block. This is equal
NOTE_TREE_DEPTH + 1. In the kernel we do not authenticate leaf data directly but rather authenticate hash(left_leaf, right_leaf).