Returns whether the transaction at the given block index is already available.

Synopsis

Declared in <blockencodings.h>

bool
IsTxAvailable(size_t index) const;

Return Value

true if the transaction at that index has been filled in.

Parameters

Name

Description

index

The position of the transaction within the block.

Created with MrDocs