btck::TransactionApi::GetInput

Returns a single input by index.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

TransactionInputView
GetInput(size_t index) const;

Return Value

A view of that input.

Parameters

NameDescription
indexThe zero-based input index.