Returns a single spent coin by index.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

CoinView
GetCoin(size_t index) const;

Return Value

A view of the spent coin.

Parameters

Name

Description

index

The zero‐based index within the transaction's inputs.

Created with MrDocs