Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 368 Bytes

tx-pointer.md

File metadata and controls

8 lines (6 loc) · 368 Bytes

TXPointer

The location of the transaction in the block. It can be used by UTXOs as a reference to the transaction or by the transaction itself to make it unique.

name type description
blockHeight uint32 Block height.
txIndex uint16 Transaction index.