Module miden_objects::notes

source ·

Structs§

  • A note with all the data required for it to be consumed by executing it against the transaction kernel.
  • An asset container for a note.
  • Details of a note consisting of assets, script, inputs, and a serial number.
  • Holds the strictly required, public information 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.
  • A container for note inputs.
  • Contains information about the location of a note.
  • Metadata associated with a note.
  • Value that describes under which condition a note can be consumed.
  • An executable program of a note.
  • NoteTag`s are best effort filters for notes registered with the network.
  • A note’s nullifier.
  • Partial information about a note.

Enums§

Constants§

  • The depth of the leafs in the note Merkle tree used to commit to notes produced in a block.

Functions§