txindex::DBKey

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

Synopsis

Declared in <index/txindex_key.h>

struct DBKey;

Data Members

NameDescription
hash_prefix Truncated hash of the transaction id.
pos Position of the transaction within its block.