Non‐owning view over a btck_Coin, an unspent transaction output entry.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
class CoinView
: public View<btck_Coin>
, public CoinApi<CoinView>
Base Classes
Name |
Description |
Non‐owning view over a const C handle of type |
|
CRTP mixin adding coin accessors shared by the view and owning types. |
Member Functions
Name |
Description |
|
Constructs a view over |
Returns the height at which the coin was confirmed. |
|
Returns the transaction output backing the coin. |
|
Reports whether the coin originates from a coinbase transaction. |
|
Returns the borrowed C handle. |
Protected Data Members
Name |
Description |
The borrowed C handle. |
Created with MrDocs