I think we'll need another query param like voutIndex
If you click on an output -> then it should go to the txid with ?fromVout=true&voutIndex=<output index that was clicked>
If you click on an input -> then it should go to the txid with ?fromVout=false&voutIndex=<mintIndex>
EDIT: it looks like detailIdx is actually supposed to be voutIndex. Personally, "detailIdx" is a bit confusing in the context of UTXOs. Could we rename it to voutIndex so it's more apparent that it's correlated to fromVout?
I think we'll need another query param like
voutIndex
If you click on an output -> then it should go to the txid with
?fromVout=true&voutIndex=<output index that was clicked>
If you click on an input -> then it should go to the txid with?fromVout=false&voutIndex=<mintIndex>
EDIT: it looks like detailIdx is actually supposed to be voutIndex. Personally, "detailIdx" is a bit confusing in the context of UTXOs. Could we rename it to voutIndex so it's more apparent that it's correlated to fromVout?