RpcOptionalUtxoEntry (TypedDict)¶
Bases: TypedDict
Represents a UTXO entry with optional fields based on verbosity level.
| ATTRIBUTE | DESCRIPTION |
|---|---|
amount |
The amount in sompi. Level: High.
TYPE:
|
scriptPublicKey |
The script public key. Level: High.
TYPE:
|
blockDaaScore |
The DAA score of the block containing this UTXO. Level: Full.
TYPE:
|
isCoinbase |
Whether this UTXO is from a coinbase transaction. Level: High.
TYPE:
|
verboseData |
Additional verbose data for this UTXO entry.
TYPE:
|