Non‐owning view over a btck_TransactionSpentOutputs.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
class TransactionSpentOutputsView
: public View<btck_TransactionSpentOutputs>
, public TransactionSpentOutputsApi<TransactionSpentOutputsView>
Base Classes
Name |
Description |
Non‐owning view over a const C handle of type |
|
CRTP mixin adding accessors over the coins spent by one transaction. |
Member Functions
Name |
Description |
|
Constructs a view over |
Returns the number of spent outputs. |
|
Returns a single spent coin by index. |
|
Returns the borrowed C handle. |
Protected Data Members
Name |
Description |
The borrowed C handle. |
Created with MrDocs