CRTP mixin adding accessors over the coins spent by one transaction.
Declared in <kernel/bitcoinkernel_wrapper.h>
template<typename Derived>
class TransactionSpentOutputsApi;
| Name | Description |
|---|---|
Coins | Returns a range over all coins spent by the transaction. |
Count | Returns the number of spent outputs. |
GetCoin | Returns a single spent coin by index. |
| Name | Description |
|---|---|
Derived |
| Name | Description |
|---|---|
TransactionSpentOutputs | Owning wrapper over a btck_TransactionSpentOutputs, the coins spent by one transaction. |
TransactionSpentOutputsView | Non-owning view over a btck_TransactionSpentOutputs. |