How to get total number of transactions from bitcoin core wallet using rpc
I’m trying to implement paginations using : https://chainquery.com/Bitcoin-api/listtransactions I want to have reverse listing (oldest first), so I need to get total number of transaction returned by listtransactions call. I know that getwalletinfo returns number […]
