Module kaspa_wasm::utxo

source ·

Structs§

  • A simple collection of UTXO entries. This struct is used to retain a set of UTXO entries in the WASM memory for faster processing. This struct keeps a list of entries represented by UtxoEntryReference struct. This data structure is used internally by the framework, but is exposed for convenience. Please consider using UtxoContect instead.

Traits§

Type Aliases§