Skip to content

RpcOptionalUtxoEntryVerboseData (TypedDict)

Bases: TypedDict

Represents verbose data for a UTXO entry with optional fields based on verbosity level.

ATTRIBUTE DESCRIPTION
scriptPublicKeyType

The type/class of the script public key. Level: Low.

TYPE: str | None

scriptPublicKeyAddress

The address derived from the script public key. Level: Low.

TYPE: str | None

scriptPublicKeyAddress instance-attribute

scriptPublicKeyAddress: str | None

scriptPublicKeyType instance-attribute

scriptPublicKeyType: str | None