Skip to content

UtxosChangedEvent (TypedDict)

Bases: TypedDict

Callback payload for the utxos-changed subscription.

Unlike the other notification events, the body is flattened onto the event itself rather than nested under a data key.

added instance-attribute

removed instance-attribute

removed: list[RpcUtxosByAddressesEntry]

type instance-attribute

type: Literal['UtxosChanged']