CRTP mixin adding coin accessors shared by the view and owning types.
Declared in <kernel/bitcoinkernel_wrapper.h>
template<typename Derived>
class CoinApi;
| Name | Description |
|---|---|
GetConfirmationHeight | Returns the height at which the coin was confirmed. |
GetOutput | Returns the transaction output backing the coin. |
IsCoinbase | Reports whether the coin originates from a coinbase transaction. |
| Name | Description |
|---|---|
Derived |