Hi,
Is there an api available which can give all transactions from all nodes but fetching it from one node only instead of going to all the nodes?
I know one way of doing this is reading txids from blocks and using getRawTransaction api to fetch the details then. But is there a list api available?
listtransactions api takes an account? What is this account? Can it give transactions from all nodes?
Thanks.