GeneratorSummary (Class)¶
A class containing a summary produced by transaction Generator.
This class contains the number of transactions, the aggregated fees, the aggregated UTXOs and the final transaction amount that includes both network and QoS (priority) fees.
See Also
create_transactions, Generator
final_amount
property
¶
The final transaction amount in sompi, or None if not applicable.
final_transaction_id
property
¶
The ID of the final transaction, or None if not yet generated.
to_dict
¶
Get a dictionary representation of the GeneratorSummary.
| RETURNS | DESCRIPTION |
|---|---|
dict
|
the GeneratorSummary in dictionary form.
TYPE:
|