CRTP mixin adding coin accessors shared by the view and owning types.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
template<typename Derived>
class CoinApi;
Member Functions
Name |
Description |
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. |
Friends
Name |
Description |
|