Reads the spent‐output undo data for a block.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
BlockSpentOutputs
ReadBlockSpentOutputs(BlockTreeEntry const& entry) const;
Return Value
The block's spent outputs.
Parameters
Name |
Description |
entry |
The block tree entry to read undo data for. |
Created with MrDocs