CRTP mixin adding transaction-output accessors shared by the view and owning types.
Declared in <kernel/bitcoinkernel_wrapper.h>
template<typename Derived>
class TransactionOutputApi;
| Name | Description |
|---|---|
Amount | Returns the output value. |
GetScriptPubkey | Returns the output's locking script. |
| Name | Description |
|---|---|
Derived |
| Name | Description |
|---|---|
TransactionOutput | Owning wrapper over a btck_TransactionOutput. |
TransactionOutputView | Non-owning view over a btck_TransactionOutput. |