Questions tagged [c#]

Pronounced "C-Sharp". A computer language developed by Microsoft.

Pronounced "C-Sharp". A computer language developed by Microsoft.

66 questions
3
votes
2 answers

Sender address from DecodeRawTransaction (C#)

I'm trying to get the senders address using the Bitcoin JSON RPC in C#. So I GetRawTransaction and then use the DecodeRawTransaction method to return my JSON object. I can see in the 'vout' of this the receiver addresses but I cannot see the sender…