[#txindex-02-BlockTxPosition-TX_OFFSET_SIZE] = xref:txindex-02.adoc[txindex]::xref:txindex-02/BlockTxPosition.adoc[BlockTxPosition]::TX_OFFSET_SIZE :relfileprefix: ../../ :mrdocs: Number of bytes used to encode tx_offset_in_block on disk (3‐byte big‐endian). == Synopsis Declared in `<index/txindex_key.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr static uint32_t TX_OFFSET_SIZE = {3}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#