CDiskTxPos::CDiskTxPos

Constructors

Synopses

Declared in <index/disktxpos.h>

Construct a null position with a zero offset.

constexpr
CDiskTxPos() = default;
» more...

Construct a position from a block file position and an in-block offset.

CDiskTxPos(
    FlatFilePos const& blockIn,
    uint32_t nTxOffsetIn);
» more...

Parameters

NameDescription
blockInFile position of the block containing the transaction.
nTxOffsetInByte offset of the transaction after the block header.