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

Name

Description

index

The zero‐based input index.

Created with MrDocs