Non-owning view over a btck_TransactionSpentOutputs.
Declared in <kernel/bitcoinkernel_wrapper.h>
class TransactionSpentOutputsView
: public View<btck_TransactionSpentOutputs>
, public TransactionSpentOutputsApi<TransactionSpentOutputsView>
| Name | Description |
|---|---|
View<btck_TransactionSpentOutputs> | Non-owning view over a const C handle of type CType. |
TransactionSpentOutputsApi<TransactionSpentOutputsView> | CRTP mixin adding accessors over the coins spent by one transaction. |
| Name | Description |
|---|---|
TransactionSpentOutputsView [constructor] | Constructs a view over ptr. |
Coins | |
Count | Returns the number of spent outputs. |
GetCoin | Returns a single spent coin by index. |
get | Returns the borrowed C handle. |
| Name | Description |
|---|---|
m_ptr | The borrowed C handle. |