btck::ChainMan::ReadBlockSpentOutputs

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

NameDescription
entryThe block tree entry to read undo data for.