Owning wrapper over a btck_TransactionSpentOutputs, the coins spent by one transaction.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
Base Classes
Name |
Description |
Owning RAII handle for a copyable C object of type |
|
CRTP mixin adding accessors over the coins spent by one transaction. |
Member Functions
Name |
Description |
|
Constructors |
Assignment operators |
|
Returns the number of spent outputs. |
|
Returns a single spent coin by index. |
|
Returns the owned C handle. |
Protected Data Members
Name |
Description |
The owned C handle. |
Created with MrDocs