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

Name

Description

index

The zero‐based output index.

Created with MrDocs