-
Notifications
You must be signed in to change notification settings - Fork 15
Transaction Generator
Alexander Diemand edited this page Jul 29, 2019
·
14 revisions
Generating a transaction is selecting inputs (UTxO), outputs, and amounts to transfer. (+ digitally signed)
The input selection is only valid on the set of unspent transaction outputs (UTxO). The transaction will create new UTxO that can be reused in future transactions. Some amount will be spent for the transaction costs and will reduce the available coins in the UTxO. (can we control tx costs? or set to zero?)
describe preparing initial genesis UTxO
describe input selection
describe transaction logic to create new UTxO
describe how the TPS is controlled to a set level
describe configuration parameters