btck::TransactionApi::GetOutput

Returns a single output by index.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

TransactionOutputView
GetOutput(size_t index) const;

Return Value

A view of that output.

Parameters

NameDescription
indexThe zero-based output index.