Returns the coin for an outpoint, if present.
Synopsis
Declared in <txdb.h>
virtual
std::optional<Coin>
GetCoin(COutPoint const& outpoint) const override;
Return Value
The coin if found, or std::nullopt otherwise.
Parameters
Name |
Description |
outpoint |
The transaction output to look up. |
Created with MrDocs