Structs§
- Block
- A block in the Miden chain.
- Block
Account Update - Describes the changes made to an account state resulting from executing transactions contained in a block.
- Block
Header - 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.
- Block
Note Index - Index of a block note.
- Block
Note Tree - Wrapper over SimpleSmt<BLOCK_NOTE_TREE_DEPTH> for notes tree.
- Block
Number - A convenience wrapper around a
u32representing the number of a block.
Functions§
- compute_
tx_ hash - Computes a commitment to the provided list of transactions.