btck::Block::GetTransaction

Returns a single transaction by index.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

TransactionView
GetTransaction(size_t index) const;

Return Value

A view of that transaction.

Parameters

NameDescription
indexThe zero-based transaction index.