CRTP mixin adding out-point accessors shared by the view and owning types.
Declared in <kernel/bitcoinkernel_wrapper.h>
template<typename Derived>
class OutPointApi;
| Name | Description |
|---|---|
Txid | Returns the referenced transaction id. |
index | Returns the referenced output index within its transaction. |
| Name | Description |
|---|---|
Derived |
| Name | Description |
|---|---|
OutPoint | Owning wrapper over a btck_TransactionOutPoint. |
OutPointView | Non-owning view over a btck_TransactionOutPoint. |