What is the betsbest method of getting the transaction id for the last payment sent to an address with nn confirmations ?
getbalance addressgetbalance address with minconf will give me a balance but what I would like to do is get the full details of the last transaction made to an address, not only the balance.
I could do a something like listtransactionslisttransactions then filter out the data, I was wondering is there a simpler way that would not require me first to know the account associated with the address.