Hash an outpoint as its txid jumbo block followed by the zero‐extended index as one normal block.
Synopsis
Declared in <coins.h>
size_t
operator()(COutPoint const& id) const noexcept;
Return Value
The salted hash of the outpoint.
Parameters
Name |
Description |
id |
The outpoint to hash. |
Created with MrDocs