The genesis bootstrapper module reads chain genesis data and outputs UTXO events based on them.
The following is the default configuration - if the defaults are OK, everything except the section header can be left out.
[module.genesis-bootstrapper]
# Message topics
publish-utxo-deltas-topic = "cardano.utxo.deltas"
The genesis bootstrapper sends UTXODeltasMessage on cardano.utxo.deltas
- see
the Tx Unpacker messages for details. The deltas are only ever
TxOutputs, of course.