Which transactions are available from "getrawtransaction" RPC call when "-txindex" is disabled?
I noticed that even with -txindex
disabled getrawtransaction
RPC call still returns transactions. I assume that without the full index it will still return transactions that node software needs for other reasons (wallet transactions, UTXOs, …). But what are those cases? Which types of transactions are available even without the full transaction index? And what happens if I request a transaction that is not available?