Owning wrapper over a btck_BlockSpentOutputs, the undo data of a whole block.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
Base Classes
Name |
Description |
Owning RAII handle for a copyable C object of type |
Member Functions
Name |
Description |
|
Takes ownership of an existing C block spent‐outputs object. |
Assignment operators |
|
Returns the number of per‐transaction spent‐output sets. |
|
Returns the spent outputs of one transaction in the block. |
|
Returns a range over every transaction's spent outputs in the block. |
|
Returns the owned C handle. |
Protected Data Members
Name |
Description |
The owned C handle. |
Created with MrDocs