Skip to content

UtxoEntries (Class)

UTXO entries collection for flexible input handling.

This type is not intended to be instantiated directly from Python. It serves as a helper type that allows Rust functions to accept a list of UTXO entries in multiple convenient forms.

Accepts

list[UtxoEntryReference]: A list of UtxoEntryReference objects. list[dict]: A list of dicts with UtxoEntryReference-compatible keys.