Skip to main content

Module data_structures

Module data_structures 

Source
Expand description

UTXO Commitment Data Structures

Defines the core data structures for UTXO commitments:

  • UTXO: Unspent Transaction Output with metadata
  • UTXOCommitment: Cryptographic commitment to UTXO set state
  • UtxoCommitmentSet: UTXO set with Merkle tree commitment support

Structs§

UtxoCommitment
UTXO Commitment

Enums§

UtxoCommitmentError
Error type for UTXO commitment operations

Type Aliases§

UtxoCommitmentResult
Result type for UTXO commitment operations