A transaction sent inline within a compact block, plus its position.
Declared in <blockencodings.h>
struct PrefilledTransaction;
Dumb serialization/storage-helper for CBlockHeaderAndShortTxIDs and PartiallyDownloadedBlock
| Name | Description |
|---|---|
index | Index of the transaction (an offset when sent, an absolute block index when reconstructing). |
tx | The transaction itself. |