Returns whether the transaction at the given block index is already available.
Declared in <blockencodings.h>
bool
IsTxAvailable(size_t index) const;
true if the transaction at that index has been filled in.
| Name | Description |
|---|---|
| index | The position of the transaction within the block. |