Split CBOR Block filter
The SplitBlock filter decodes a CBOR block and emits each transaction inside it as its own
event (in CborTx format). If a block holds 5 transactions, the next stage receives 5 events.
Add it first whenever you want to work at the transaction level rather than the block level —
for example before ParseCbor and
Select.
Configuration
[[filters]]type = "SplitBlock"This filter takes no additional options.
Examples
Each event the next stage receives carries one transaction’s raw CBOR:
{ "event": "apply", "point": { "slot": 0, "hash": "" }, "record": { "hex": "" }}