Skip to content

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?)

genesis generation

describe preparing initial genesis UTxO

input selection

describe input selection

transaction generation

describe transaction logic to create new UTxO

TPS control

describe how the TPS is controlled to a set level

configuration

describe configuration parameters

Clone this wiki locally