[#PartiallyDownloadedBlock-IsTxAvailable] = xref:PartiallyDownloadedBlock.adoc[PartiallyDownloadedBlock]::IsTxAvailable :relfileprefix: ../ :mrdocs: Returns whether the transaction at the given block index is already available. == Synopsis Declared in `<blockencodings.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsTxAvailable(size_t index) const; ---- == Return Value true if the transaction at that index has been filled in. == Parameters [cols="1,4"] |=== | Name| Description | *index* | The position of the transaction within the block. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#