Hashed txindex key: a truncated txid hash prefix plus the block position.

Synopsis

Declared in <index/txindex_key.h>

struct DBKey;

Data Members

Name

Description

hash_prefix

Truncated hash of the transaction id.

pos

Position of the transaction within its block.

Created with MrDocs