while testing STRAT for compatibility with barterDEX, atomic cross chain swaps, we noticed that it doesnt have the gettxout RPC call.
This is quite important to have to be able to efficiently tell if an outpoint (txid/vout) has been spent or not.
Is there an alternate way to obtain this information for an arbitrary (most likely not ismine in wallet) outpoints? If not, gettxout support wont require a hardfork to support as it is just an information call about the existing blockchain and the internal datastructures already have all the info needed to return gettxout.
I would definitely like to add STRAT to barterDEX.