Module miden_objects::block
source · Structs§
- A block in the Miden chain.
- Describes the changes made to an account state resulting from executing transactions contained in a block.
- The header of a block. It contains metadata about the block, commitments to the current state of the chain and the hash of the proof that attests to the integrity of the chain.
- Index of a block note.
- Wrapper over SimpleSmt<BLOCK_OUTPUT_NOTES_TREE_DEPTH> for notes tree.
Functions§
- Computes a commitment to the provided list of transactions.