Forward the unspent check to the backing view.
Synopsis
Declared in <coins.h>
virtual
bool
HaveCoin(COutPoint const& outpoint) const override;
Return Value
True if the outpoint is unspent.
Parameters
Name |
Description |
outpoint |
The outpoint to check. |
Created with MrDocs