Skip to content

Outputs (Class)

Payment outputs 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 payment outputs in multiple convenient forms.

Accepts

list[PaymentOutput]: A list of PaymentOutput objects. list[dict]: A list of dicts with address and amount keys.