[#btck-Transaction-GetInput] = xref:btck.adoc[btck]::xref:btck/Transaction.adoc[Transaction]::GetInput :relfileprefix: ../../ :mrdocs: Returns a single input by index. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:btck/TransactionInputView.adoc[TransactionInputView] GetInput(size_t index) const; ---- == Return Value A view of that input. == Parameters [cols="1,4"] |=== | Name| Description | *index* | The zero‐based input index. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#