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.
__repr__
¶
The detailed string representation.
| RETURNS | DESCRIPTION |
|---|---|
str
|
The UtxoEntries as a repr string.
TYPE:
|