Owning wrapper over a btck_Coin.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
class Coin
: public Handle<btck_Coin, btck_coin_copy, btck_coin_destroy>
, public CoinApi<Coin>
Base Classes
Name |
Description |
|
Owning RAII handle for a copyable C object of type |
CRTP mixin adding coin accessors shared by the view and owning types. |
Member Functions
Name |
Description |
|
Constructors |
Assignment operators |
|
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 owned C handle. |
Protected Data Members
Name |
Description |
The owned C handle. |
Created with MrDocs