PrefilledTransaction

A transaction sent inline within a compact block, plus its position.

Synopsis

Declared in <blockencodings.h>

struct PrefilledTransaction;

Description

Dumb serialization/storage-helper for CBlockHeaderAndShortTxIDs and PartiallyDownloadedBlock

Data Members

NameDescription
index Index of the transaction (an offset when sent, an absolute block index when reconstructing).
tx The transaction itself.