Construct a position from a block file position and an in-block offset.
Declared in <index/disktxpos.h>
CDiskTxPos(
FlatFilePos const& blockIn,
uint32_t nTxOffsetIn);
| Name | Description |
|---|---|
| blockIn | File position of the block containing the transaction. |
| nTxOffsetIn | Byte offset of the transaction after the block header. |