miden_objects

Module block

Source

Structs§

Block
A block in the Miden chain.
BlockAccountUpdate
Describes the changes made to an account state resulting from executing transactions contained in a block.
BlockHeader
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.
BlockNoteIndex
Index of a block note.
BlockNoteTree
Wrapper over SimpleSmt<BLOCK_NOTE_TREE_DEPTH> for notes tree.
BlockNumber
A convenience wrapper around a u32 representing the number of a block.

Functions§

compute_tx_hash
Computes a commitment to the provided list of transactions.

Type Aliases§

NoteBatch